Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dsubscriptions.h21 CUPSD_EVENT_PRINTER_STOPPED = 0x0008, /* Sent after printer stopped */ enumerator
Dsubscriptions.c477 case CUPSD_EVENT_PRINTER_STOPPED : in cupsdEventName()
560 return (CUPSD_EVENT_PRINTER_STOPPED); in cupsdEventValue()
Dprinters.c2773 cupsdAddEvent(s == IPP_PRINTER_STOPPED ? CUPSD_EVENT_PRINTER_STOPPED : in cupsdSetPrinterState()