Searched refs:IPP_OP_CANCEL_JOB (Results 1 – 8 of 8) sorted by relevance
41 request = ippNewRequest(IPP_OP_CANCEL_JOB); in cupsCancelDestJob()
254 IPP_OP_CANCEL_JOB, /* Cancel-Job: Cancel a job */ enumerator375 # define IPP_CANCEL_JOB IPP_OP_CANCEL_JOB
101 request = ippNewRequest(job_id < 0 ? IPP_OP_PURGE_JOBS : IPP_OP_CANCEL_JOB); in cupsCancelJob2()
1269 request = ippNewRequest(IPP_OP_CANCEL_JOB); in remove_jobs()
212 IPP_OP_CANCEL_JOB, in cupsdCreateCommonData()
444 case IPP_OP_CANCEL_JOB : in cupsdProcessIPPRequest()
1184 if (operations_sup->values[i].integer == IPP_OP_CANCEL_JOB) in main()2297 request = ippNewRequest(IPP_OP_CANCEL_JOB); in cancel_job()
1445 IPP_OP_CANCEL_JOB, in create_printer()6156 case IPP_OP_CANCEL_JOB : in process_ipp()