Home
last modified time | relevance | path

Searched refs:IPP_STATUS_CUPS_SEE_OTHER (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dipp.h541 IPP_STATUS_CUPS_SEE_OTHER = 0x0280, /* cups-see-other @private@ */ enumerator
629 # define CUPS_SEE_OTHER IPP_STATUS_CUPS_SEE_OTHER
Dipp-support.c2245 else if (error == IPP_STATUS_CUPS_SEE_OTHER) in ippErrorString()
2291 return (IPP_STATUS_CUPS_SEE_OTHER); in ippErrorValue()
/external/libcups/scheduler/
Dipp.c7099 send_ipp_status(con, IPP_STATUS_CUPS_SEE_OTHER, _("See remote printer.")); in get_ppd()
7118 send_ipp_status(con, IPP_STATUS_CUPS_SEE_OTHER, _("See remote printer.")); in get_ppd()