Home
last modified time | relevance | path

Searched refs:IPP_OP_CUPS_GET_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dipp-support.c2003 …_OP_GET_PRINTER_ATTRIBUTES || op == IPP_OP_GET_PRINTERS || op == IPP_OP_CUPS_GET_DEFAULT || op == … in ippCreateRequestedArray()
2333 else if (op >= IPP_OP_CUPS_GET_DEFAULT && op <= IPP_OP_CUPS_GET_PPD) in ippOpString()
2334 return (ipp_cups_ops[op - IPP_OP_CUPS_GET_DEFAULT]); in ippOpString()
Dipp.h350 IPP_OP_CUPS_GET_DEFAULT, /* CUPS-Get-Default: Get the default printer */ enumerator
431 # define CUPS_GET_DEFAULT IPP_OP_CUPS_GET_DEFAULT
Dutil.c354 request = ippNewRequest(IPP_OP_CUPS_GET_DEFAULT); in cupsGetDefault2()
Ddest.c1427 if (name && op != IPP_OP_CUPS_GET_DEFAULT) in _cupsGetDests()
1815 op = IPP_OP_CUPS_GET_DEFAULT; in cupsGetNamedDest()
/external/libcups/scheduler/
Dprinters.c238 IPP_OP_CUPS_GET_DEFAULT, in cupsdCreateCommonData()
Dipp.c510 case IPP_OP_CUPS_GET_DEFAULT : in cupsdProcessIPPRequest()