Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_UPGRADE_REQUIRED (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dgetputfile.c134 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetFd()
154 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED); in cupsGetFd()
413 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsPutFd()
433 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED || in cupsPutFd()
Dtesthttp.c734 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in main()
755 status == HTTP_STATUS_UPGRADE_REQUIRED); in main()
827 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in main()
847 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED); in main()
Drequest.c245 status != HTTP_STATUS_UPGRADE_REQUIRED)) in cupsDoIORequest()
434 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetResponse()
830 case HTTP_STATUS_UPGRADE_REQUIRED : in cupsSendRequest()
1154 case HTTP_STATUS_UPGRADE_REQUIRED : in _cupsSetHTTPError()
Dgetdevices.c135 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetDevices()
150 status == HTTP_STATUS_UPGRADE_REQUIRED); in cupsGetDevices()
Dhttp.h274 HTTP_STATUS_UPGRADE_REQUIRED = 426, /* Upgrade to SSL/TLS required */ enumerator
328 # define HTTP_UPGRADE_REQUIRED HTTP_STATUS_UPGRADE_REQUIRED
Dhttp-support.c1388 case HTTP_STATUS_UPGRADE_REQUIRED : in _httpStatus()
Dhttp.c3522 if (status == HTTP_STATUS_UPGRADE_REQUIRED || in httpWriteResponse()