Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c164 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetFd()
184 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED); in cupsGetFd()
473 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsPutFd()
493 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED || in cupsPutFd()
Dgetdevices.c135 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetDevices()
150 status == HTTP_STATUS_UPGRADE_REQUIRED); in cupsGetDevices()
Drequest.c245 status != HTTP_STATUS_UPGRADE_REQUIRED)) in cupsDoIORequest()
434 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetResponse()
842 case HTTP_STATUS_UPGRADE_REQUIRED : in cupsSendRequest()
1166 case HTTP_STATUS_UPGRADE_REQUIRED : in _cupsSetHTTPError()
Dtesthttp.c789 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in main()
810 status == HTTP_STATUS_UPGRADE_REQUIRED); in main()
891 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in main()
911 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED); in main()
Dhttp.h276 HTTP_STATUS_UPGRADE_REQUIRED = 426, /* Upgrade to SSL/TLS required */ enumerator
332 # define HTTP_UPGRADE_REQUIRED HTTP_STATUS_UPGRADE_REQUIRED
Dhttp-support.c1534 case HTTP_STATUS_UPGRADE_REQUIRED : in _httpStatus()
Dhttp.c3443 if (status == HTTP_STATUS_UPGRADE_REQUIRED || in httpWriteResponse()