Searched refs:_cupsGetDests (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | cups-private.h | 267 extern int _cupsGetDests(http_t *http, ipp_op_t op, const char *name, cups_dest_t **dests, cups_pt…
|
D | libcups2.def | 20 _cupsGetDests
|
D | dest.c | 1340 _cupsGetDests(http_t *http, /* I - Connection to server or in _cupsGetDests() function 1828 if (!_cupsGetDests(http, op, dest_name, &dest, 0, 0)) in cupsGetNamedDest() 2053 num_temps = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &temps, 0, 0); in cupsSetDests2() 3500 num_dests = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &dests, type, mask); in cups_enum_dests()
|