Home
last modified time | relevance | path

Searched refs:IPP_OP_CANCEL_JOB (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Ddest-job.c41 request = ippNewRequest(IPP_OP_CANCEL_JOB); in cupsCancelDestJob()
Dipp.h254 IPP_OP_CANCEL_JOB, /* Cancel-Job: Cancel a job */ enumerator
375 # define IPP_CANCEL_JOB IPP_OP_CANCEL_JOB
Dutil.c101 request = ippNewRequest(job_id < 0 ? IPP_OP_PURGE_JOBS : IPP_OP_CANCEL_JOB); in cupsCancelJob2()
/external/libcups/scheduler/
Dcups-lpd.c1269 request = ippNewRequest(IPP_OP_CANCEL_JOB); in remove_jobs()
Dprinters.c212 IPP_OP_CANCEL_JOB, in cupsdCreateCommonData()
Dipp.c444 case IPP_OP_CANCEL_JOB : in cupsdProcessIPPRequest()
/external/libcups/backend/
Dipp.c1184 if (operations_sup->values[i].integer == IPP_OP_CANCEL_JOB) in main()
2297 request = ippNewRequest(IPP_OP_CANCEL_JOB); in cancel_job()
/external/libcups/tools/
Dippeveprinter.c1445 IPP_OP_CANCEL_JOB, in create_printer()
6156 case IPP_OP_CANCEL_JOB : in process_ipp()