Home
last modified time | relevance | path

Searched refs:cups_dest_t (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/vcl/unx/generic/printer/ !
H A Dcupsmgr.cxx33 typedef void cups_dest_t; typedef
62 int (*m_pcupsGetDests)(cups_dest_t**);
63 void (*m_pcupsSetDests)(int,cups_dest_t*);
64 void (*m_pcupsFreeDests)(int,cups_dest_t*);
84 int cupsGetDests(cups_dest_t** pDests) in cupsGetDests()
87 void cupsSetDests( int nDests, cups_dest_t* pDests ) in cupsSetDests()
90 void cupsFreeDests(int nDests, cups_dest_t* pDests) in cupsFreeDests()
173 m_pcupsGetDests = (int(*)(cups_dest_t**)) in CUPSWrapper()
175 m_pcupsSetDests = (void(*)(int,cups_dest_t*)) in CUPSWrapper()
177 m_pcupsFreeDests = (void(*)(int,cups_dest_t*)) in CUPSWrapper()
[all …]