Home
last modified time | relevance | path

Searched refs:IPP_PRINT_JOB (Results 1 – 7 of 7) sorted by relevance

/external/libcups/scheduler/
Dtestspeed.c256 IPP_PRINT_JOB, in do_test()
313 case IPP_PRINT_JOB : in do_test()
Ddirsvc.c1624 auth = cupsdFindPolicyOp(p->op_policy_ptr, IPP_PRINT_JOB); in get_auth_info_required()
Dconf.c1380 cupsdAddPolicyOp(p, po, IPP_PRINT_JOB); in cupsdReadConfiguration()
4123 if ((op = cupsdFindPolicyOp(pol, IPP_PRINT_JOB)) != NULL && in set_policy_defaults()
Dprinters.c2285 auth = cupsdFindPolicyOp(p->op_policy_ptr, IPP_PRINT_JOB); in cupsdSetPrinterAttrs()
Dipp.c10001 (con->request->request.op.operation_id == IPP_PRINT_JOB || in send_http_error()
10031 IPP_PRINT_JOB); in send_http_error()
/external/libcups/cups/
Dipp.h369 # define IPP_PRINT_JOB IPP_OP_PRINT_JOB macro
/external/libcups/cgi-bin/
Dipp-var.c734 request = ippNewRequest(IPP_PRINT_JOB); in cgiPrintTestPage()