Home
last modified time | relevance | path

Searched refs:_cupsGetDests (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dcups-private.h267 extern int _cupsGetDests(http_t *http, ipp_op_t op, const char *name, cups_dest_t **dests, cups_pt…
Dlibcups2.def20 _cupsGetDests
Ddest.c1340 _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()