Home
last modified time | relevance | path

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

/third_party/cups-filters/utils/
Dcups-browsed.conf.in502 # If queues with PPD file are created (see IPPPrinterQueueType
508 # If queues without PPD (see IPPPrinterQueueType directive below) are
531 # queue to be created can be selected by the "IPPPrinterQueueType"
538 # IPPPrinterQueueType PPD
539 # IPPPrinterQueueType NoPPD
540 # IPPPrinterQueueType Interface
541 # IPPPrinterQueueType Auto
Dcups-browsed.c474 static ipp_queue_type_t IPPPrinterQueueType = PPD_YES; variable
8008 if (p->netprinter == 1 && IPPPrinterQueueType == PPD_YES && in update_cups_queues()
8174 if (IPPPrinterQueueType == PPD_YES) { in update_cups_queues()
8280 } else if (IPPPrinterQueueType == PPD_NO) { in update_cups_queues()
11922 IPPPrinterQueueType = PPD_YES; in read_configuration()
11924 IPPPrinterQueueType = PPD_YES; in read_configuration()
11926 IPPPrinterQueueType = PPD_NO; in read_configuration()
11928 IPPPrinterQueueType = PPD_NO; in read_configuration()
/third_party/cups-filters/
DNEWS2558 - cups-browsed: Added "IPPPrinterQueueType Auto/PPD/NoPPD" directive