Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h282HTTP_STATUS_CUPS_PKI_ERROR, /* Error negotiating a secure connection @since CUPS 1.5/macOS 10.7@ … enumerator
337 # define HTTP_PKI_ERROR HTTP_STATUS_CUPS_PKI_ERROR
Drequest.c1165 case HTTP_STATUS_CUPS_PKI_ERROR : in _cupsSetHTTPError()
Dhttp-support.c1553 case HTTP_STATUS_CUPS_PKI_ERROR : in _httpStatus()
/external/libcups/backend/
Dipp.c706 if (http->status == HTTP_STATUS_CUPS_PKI_ERROR) in main()