Home
last modified time | relevance | path

Searched refs:cupsdSetPrinterState (Results 1 – 4 of 4) sorted by relevance

/external/libcups/scheduler/
Dprinters.h179 extern void cupsdSetPrinterState(cupsd_printer_t *p, ipp_pstate_t s,
181 #define cupsdStartPrinter(p,u) cupsdSetPrinterState((p), \
Dprinters.c743 cupsdSetPrinterState(p, IPP_PRINTER_STOPPED, update); in cupsdDeletePrinter()
2693 cupsdSetPrinterState(p, IPP_PRINTER_IDLE, 1); in cupsdSetPrinterReasons()
2729 cupsdSetPrinterState(p, IPP_PRINTER_STOPPED, 1); in cupsdSetPrinterReasons()
2749 cupsdSetPrinterState( in cupsdSetPrinterState() function
2843 cupsdSetPrinterState(p, IPP_PRINTER_STOPPED, update); in cupsdStopPrinter()
Djob.c1363 cupsdSetPrinterState(job->printer, IPP_PRINTER_IDLE, 0); in cupsdContinueJob()
3574 cupsdSetPrinterState(job->printer, printer_state, in finalize_job()
4827 cupsdSetPrinterState(printer, IPP_PRINTER_PROCESSING, 0); in start_job()
Dipp.c1002 cupsdSetPrinterState(pclass, (ipp_pstate_t)(attr->values[0].integer), 0); in add_class()
2553 cupsdSetPrinterState(printer, (ipp_pstate_t)(attr->values[0].integer), 0); in add_printer()