Searched refs:pDests (Results 1 – 1 of 1) sorted by relevance
84 int cupsGetDests(cups_dest_t** pDests) in cupsGetDests() argument85 { return m_pcupsGetDests(pDests); } in cupsGetDests()87 void cupsSetDests( int nDests, cups_dest_t* pDests ) in cupsSetDests() argument88 { m_pcupsSetDests( nDests, pDests ); } in cupsSetDests()90 void cupsFreeDests(int nDests, cups_dest_t* pDests) in cupsFreeDests() argument91 { m_pcupsFreeDests(nDests, pDests); } in cupsFreeDests()432 cups_dest_t* pDests = NULL; in runDests() local458 m_pDests = pDests; in runDests()1051 cups_dest_t* pDests = (cups_dest_t*)m_pDests; in setDefaultPrinter() local1053 pDests[i].is_default = 0; in setDefaultPrinter()[all …]
Completed in 160 milliseconds