Lines Matching refs:cups_dest_t
33 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()
406 m_pCUPSWrapper->cupsFreeDests( m_nDests, (cups_dest_t*)m_pDests ); in ~CUPSManager()
432 cups_dest_t* pDests = NULL; in runDests()
517 cups_dest_t* pDest = ((cups_dest_t*)m_pDests); in initialize()
544 pDest = ((cups_dest_t*)m_pDests)+nPrinter; in initialize()
694 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + dest_it->second; in createCUPSParser()
931 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + dest_it->second; in endSpool()
999 m_pCUPSWrapper->cupsFreeDests( m_nDests, (cups_dest_t*)m_pDests ); in checkPrintersChanged()
1051 cups_dest_t* pDests = (cups_dest_t*)m_pDests; in setDefaultPrinter()
1055 m_pCUPSWrapper->cupsSetDests( m_nDests, (cups_dest_t*)m_pDests ); in setDefaultPrinter()
1087 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + nit->second; in writePrinterConfig()
1114 m_pCUPSWrapper->cupsSetDests( m_nDests, (cups_dest_t*)m_pDests ); in writePrinterConfig()