Searched refs:cups_enum_dests (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | dest.c | 226 static int cups_enum_dests(http_t *http, unsigned flags, int msec, int *cancel, cups_p… 975 return (cups_enum_dests(CUPS_HTTP_DEFAULT, flags, msec, cancel, type, mask, cb, user_data)); in cupsEnumDests() 1694 …cups_enum_dests(http, 0, _CUPS_DNSSD_GET_DESTS, NULL, 0, CUPS_PRINTER_DISCOVERED, (cups_dest_cb_t)… in cupsGetDests2() 1703 cups_enum_dests(http, 0, _CUPS_DNSSD_GET_DESTS, NULL, 0, 0, (cups_dest_cb_t)cups_get_cb, &data); in cupsGetDests2() 3369 cups_enum_dests( in cups_enum_dests() function
|