Home
last modified time | relevance | path

Searched refs:IPP_GET_JOBS (Results 1 – 5 of 5) sorted by relevance

/external/libcups/scheduler/
Dtestspeed.c260 IPP_GET_JOBS in do_test()
305 case IPP_GET_JOBS : in do_test()
/external/libcups/systemv/
Dlpstat.c1331 request = ippNewRequest(IPP_GET_JOBS); in show_jobs()
1720 request = ippNewRequest(IPP_GET_JOBS); in show_printers()
1722 request->request.op.operation_id = IPP_GET_JOBS; in show_printers()
/external/libcups/berkeley/
Dlpq.c368 request = ippNewRequest(id ? IPP_GET_JOB_ATTRIBUTES : IPP_GET_JOBS); in show_jobs()
/external/libcups/cups/
Dipp.h377 # define IPP_GET_JOBS IPP_OP_GET_JOBS macro
/external/libcups/cgi-bin/
Dipp-var.c1376 request = ippNewRequest(IPP_GET_JOBS); in cgiShowJobs()