Searched refs:HTTP_STATUS_UPGRADE_REQUIRED (Results 1 – 7 of 7) sorted by relevance
164 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()
135 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetDevices()150 status == HTTP_STATUS_UPGRADE_REQUIRED); in cupsGetDevices()
245 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()
789 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()
276 HTTP_STATUS_UPGRADE_REQUIRED = 426, /* Upgrade to SSL/TLS required */ enumerator332 # define HTTP_UPGRADE_REQUIRED HTTP_STATUS_UPGRADE_REQUIRED
1534 case HTTP_STATUS_UPGRADE_REQUIRED : in _httpStatus()
3443 if (status == HTTP_STATUS_UPGRADE_REQUIRED || in httpWriteResponse()