Home
last modified time | relevance | path

Searched refs:CUPS_PRINTER_OPTIONS (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dcups.h238 CUPS_PRINTER_OPTIONS = 0x6fffc /* ~(CLASS | REMOTE | IMPLICIT | enumerator
/external/libcups/scheduler/
Dprinters.c2394 p->type &= (cups_ptype_t)~CUPS_PRINTER_OPTIONS; in cupsdSetPrinterAttrs()
2413 p->type |= CUPS_PRINTER_OPTIONS; in cupsdSetPrinterAttrs()
2420 p->type &= (cups_ptype_t)~CUPS_PRINTER_OPTIONS | p->printers[i]->type; in cupsdSetPrinterAttrs()
3939 p->type &= (cups_ptype_t)~CUPS_PRINTER_OPTIONS; in load_ppd()