Home
last modified time | relevance | path

Searched refs:CUPS_PRINTER_COPIES (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dtestcups.c97 mask |= CUPS_PRINTER_COPIES; in main()
98 type |= CUPS_PRINTER_COPIES; in main()
Dcups.h209 CUPS_PRINTER_COPIES = 0x0040, /* Can do copies in hardware */ enumerator
Ddest.c3139 type |= CUPS_PRINTER_COPIES; in cups_dnssd_query_cb()
/external/libcups/scheduler/
Ddirsvc.c483 if (p->type & CUPS_PRINTER_COPIES) in dnssdBuildTxtRecord()
486 keyvalue[count++][1] = (p->type & CUPS_PRINTER_COPIES) ? "T" : "F"; in dnssdBuildTxtRecord()
Dprinters.c3966 p->type |= CUPS_PRINTER_COPIES; in load_ppd()