Home
last modified time | relevance | path

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

/external/libcups/systemv/
Dcancel.c55 op = IPP_CANCEL_JOB; in main()
207 op = IPP_CANCEL_JOB; in main()
217 op = IPP_CANCEL_JOB; in main()
324 if (num_dests == 0 && op != IPP_CANCEL_JOB) in main()
/external/libcups/cgi-bin/
Djobs.c76 do_job_op(http, job_id, IPP_CANCEL_JOB); in main()
187 else if (op == IPP_CANCEL_JOB) in do_job_op()
/external/libcups/cups/
Dipp.h375 # define IPP_CANCEL_JOB IPP_OP_CANCEL_JOB macro
/external/libcups/scheduler/
Dconf.c1406 cupsdAddPolicyOp(p, po, IPP_CANCEL_JOB); in cupsdReadConfiguration()