Searched refs:HTTP_STATUS_UPGRADE_REQUIRED (Results 1 – 7 of 7) sorted by relevance
134 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()
135 else if (status == HTTP_STATUS_UPGRADE_REQUIRED) in cupsGetDevices()150 status == HTTP_STATUS_UPGRADE_REQUIRED); in cupsGetDevices()
734 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()
245 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()
274 HTTP_STATUS_UPGRADE_REQUIRED = 426, /* Upgrade to SSL/TLS required */ enumerator328 # define HTTP_UPGRADE_REQUIRED HTTP_STATUS_UPGRADE_REQUIRED
1388 case HTTP_STATUS_UPGRADE_REQUIRED : in _httpStatus()
3522 if (status == HTTP_STATUS_UPGRADE_REQUIRED || in httpWriteResponse()