Home
last modified time | relevance | path

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

/external/libcups/cups/
Dipp-support.c2144 else if (op >= IPP_OP_CUPS_GET_DEFAULT && op <= IPP_OP_CUPS_GET_PPD) in ippOpString()
2145 return (ipp_cups_ops[op - IPP_OP_CUPS_GET_DEFAULT]); in ippOpString()
Dipp.h326 IPP_OP_CUPS_GET_DEFAULT, /* CUPS-Get-Default: Get the default printer */ enumerator
407 # define CUPS_GET_DEFAULT IPP_OP_CUPS_GET_DEFAULT
Dutil.c358 request = ippNewRequest(IPP_OP_CUPS_GET_DEFAULT); in cupsGetDefault2()
Ddest.c1410 if (name && op != IPP_OP_CUPS_GET_DEFAULT) in _cupsGetDests()
1904 op = IPP_OP_CUPS_GET_DEFAULT; in cupsGetNamedDest()