Searched refs:nDests (Results 1 – 1 of 1) sorted by relevance
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()431 int nDests = 0; in runDests() local451 nDests = m_pCUPSWrapper->cupsGetDests( &pDests ); in runDests()457 m_nDests = nDests; in runDests()
Completed in 9 milliseconds