Searched refs:_cupsGetDests (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | cups-private.h | 244 extern int _cupsGetDests(http_t *http, ipp_op_t op,
|
D | libcups2.def | 19 _cupsGetDests
|
D | dest.c | 1323 _cupsGetDests(http_t *http, /* I - Connection to server or in _cupsGetDests() function 1916 if (!_cupsGetDests(http, op, dest_name, &dest, 0, 0)) in cupsGetNamedDest() 2115 num_temps = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &temps, 0, 0); in cupsSetDests2() 3620 num_dests = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &dests, type, mask);
|