Home
last modified time | relevance | path

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

/external/libcups/cups/
Dipp.h263 IPP_OP_PURGE_JOBS, /* Purge-Jobs: Delete all jobs @deprecated@ @exclude all@ */ enumerator
384 # define IPP_PURGE_JOBS IPP_OP_PURGE_JOBS
Dutil.c101 request = ippNewRequest(job_id < 0 ? IPP_OP_PURGE_JOBS : IPP_OP_CANCEL_JOB); in cupsCancelJob2()
/external/libcups/scheduler/
Dprinters.c220 IPP_OP_PURGE_JOBS, in cupsdCreateCommonData()
Dipp.c484 case IPP_OP_PURGE_JOBS : in cupsdProcessIPPRequest()