Home
last modified time | relevance | path

Searched refs:IPP_OP_GET_JOBS (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dipp-support.c1940 if (op == IPP_OP_GET_JOBS) in ippCreateRequestedArray()
1971 … (!strcmp(value, "all") && (op == IPP_OP_GET_JOB_ATTRIBUTES || op == IPP_OP_GET_JOBS || op == IPP_… in ippCreateRequestedArray()
1987 …ription") || (!strcmp(value, "all") && (op == IPP_OP_GET_JOB_ATTRIBUTES || op == IPP_OP_GET_JOBS))) in ippCreateRequestedArray()
1995 … (!strcmp(value, "all") && (op == IPP_OP_GET_JOB_ATTRIBUTES || op == IPP_OP_GET_JOBS || op == IPP_… in ippCreateRequestedArray()
Dipp.h256 IPP_OP_GET_JOBS, /* Get-Jobs: Get a list of jobs */ enumerator
377 # define IPP_GET_JOBS IPP_OP_GET_JOBS
Dutil.c503 request = ippNewRequest(IPP_OP_GET_JOBS); in cupsGetJobs2()
/external/libcups/scheduler/
Dcups-lpd.c1405 request = ippNewRequest(id ? IPP_OP_GET_JOB_ATTRIBUTES : IPP_OP_GET_JOBS); in send_state()
Dprinters.c214 IPP_OP_GET_JOBS, in cupsdCreateCommonData()
Dipp.c452 case IPP_OP_GET_JOBS : in cupsdProcessIPPRequest()
/external/libcups/backend/
Dipp.c2501 IPP_OP_GET_JOB_ATTRIBUTES : IPP_OP_GET_JOBS; in monitor_printer()
/external/libcups/tools/
Dippeveprinter.c1447 IPP_OP_GET_JOBS, in create_printer()
6164 case IPP_OP_GET_JOBS : in process_ipp()