Home
last modified time | relevance | path

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

/external/libcups/cups/
Dipp.h617IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED/* cups-upgrade-required - TLS upgrade required @since CUPS … enumerator
673 # define IPP_UPGRADE_REQUIRED IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED
Drequest.c1162 _cupsSetError(IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED, httpStatus(status), 0); in _cupsSetHTTPError()
Dipp-support.c2257 error <= IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED) in ippErrorString()
/external/libcups/backend/
Dipp.c1958 else if (ipp_status == IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED) in main()