Home
last modified time | relevance | path

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

/external/libcups/cgi-bin/
Dclasses.c159 do_class_op(http, pclass, IPP_OP_CANCEL_JOBS, cgiText(_("Cancel Jobs"))); in main()
275 else if (op == IPP_OP_CANCEL_JOBS) in do_class_op()
Dprinters.c162 do_printer_op(http, printer, IPP_OP_CANCEL_JOBS, cgiText(_("Cancel Jobs"))); in main()
282 else if (op == IPP_OP_CANCEL_JOBS) in do_printer_op()
/external/libcups/cups/
Dipp.h301 IPP_OP_CANCEL_JOBS, /* Cancel-Jobs: Cancel all jobs (administrative) */ enumerator
423 # define IPP_CANCEL_JOBS IPP_OP_CANCEL_JOBS
/external/libcups/scheduler/
Dprinters.c235 IPP_OP_CANCEL_JOBS, in cupsdCreateCommonData()
Dipp.c485 case IPP_OP_CANCEL_JOBS : in cupsdProcessIPPRequest()