Searched refs:IPP_OP_CUPS_GET_DEFAULT (Results 1 – 6 of 6) sorted by relevance
2003 …_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()
350 IPP_OP_CUPS_GET_DEFAULT, /* CUPS-Get-Default: Get the default printer */ enumerator431 # define CUPS_GET_DEFAULT IPP_OP_CUPS_GET_DEFAULT
354 request = ippNewRequest(IPP_OP_CUPS_GET_DEFAULT); in cupsGetDefault2()
1427 if (name && op != IPP_OP_CUPS_GET_DEFAULT) in _cupsGetDests()1815 op = IPP_OP_CUPS_GET_DEFAULT; in cupsGetNamedDest()
238 IPP_OP_CUPS_GET_DEFAULT, in cupsdCreateCommonData()
510 case IPP_OP_CUPS_GET_DEFAULT : in cupsdProcessIPPRequest()