Home
last modified time | relevance | path

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

/external/libcups/systemv/
Dcancel.c139 op = IPP_CANCEL_MY_JOBS; in main()
289 op = IPP_CANCEL_MY_JOBS; in main()
/external/libcups/scheduler/
Dconf.c1420 cupsdAddPolicyOp(p, po, IPP_CANCEL_MY_JOBS); in cupsdReadConfiguration()
4158 if ((op = cupsdFindPolicyOp(pol, IPP_CANCEL_MY_JOBS)) == NULL || in set_policy_defaults()
4171 cupsdAddPolicyOp(pol, op, IPP_CANCEL_MY_JOBS); in set_policy_defaults()
Dipp.c3181 case IPP_CANCEL_MY_JOBS : in cancel_all_jobs()
3251 if (con->request->request.op.operation_id == IPP_CANCEL_MY_JOBS && in cancel_all_jobs()
3310 if (con->request->request.op.operation_id == IPP_CANCEL_MY_JOBS && in cancel_all_jobs()
/external/libcups/cups/
Dipp.h424 # define IPP_CANCEL_MY_JOBS IPP_OP_CANCEL_MY_JOBS macro