Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest.c1687 …cups_enum_dests(http, 0, _CUPS_DNSSD_GET_DESTS, NULL, 0, CUPS_PRINTER_DISCOVERED, (cups_dest_cb_t)… in cupsGetDests2()
3169 cups_ptype_t type = CUPS_PRINTER_DISCOVERED | CUPS_PRINTER_BW;
3288 type = (cups_ptype_t)strtol(value, NULL, 0) | CUPS_PRINTER_DISCOVERED;
3614 if (!(mask & CUPS_PRINTER_DISCOVERED) || !(type & CUPS_PRINTER_DISCOVERED))
3703 if ((mask & CUPS_PRINTER_DISCOVERED) && !(type & CUPS_PRINTER_DISCOVERED))
Dcups.h237 CUPS_PRINTER_DISCOVERED = 0x1000000, /* Printer was discovered @since CUPS 1.2/macOS 10.5@ */ enumerator
Dcupspm.md154 and `CUPS_PRINTER_DISCOVERED` for the `mask` argument. The following constants
161 `CUPS_PRINTER_REMOTE` or `CUPS_PRINTER_DISCOVERED` constant passed in the
164 - `CUPS_PRINTER_DISCOVERED`: An available network printer or class.