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 | 18 _cupsGetDests
|
D | dest.c | 982 num_dests = _cupsGetDests(CUPS_HTTP_DEFAULT, IPP_OP_CUPS_GET_PRINTERS, NULL, in cupsEnumDests() 1533 _cupsGetDests(http_t *http, /* I - Connection to server or in _cupsGetDests() function 1855 num_dests = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, dests, 0, CUPS_PRINTER_3D); in cupsGetDests2() 2072 if (!_cupsGetDests(http, op, name, &dest, 0, CUPS_PRINTER_3D)) in cupsGetNamedDest() 2248 num_temps = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &temps, 0, CUPS_PRINTER_3D); in cupsSetDests2()
|