HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_STATUS_UPGRADE_REQUIRED (Results 1 - 7 of 7) sorted by null

  /external/libcups/cups/
getputfile.c 134 else if (status == HTTP_STATUS_UPGRADE_REQUIRED)
154 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED);
413 else if (status == HTTP_STATUS_UPGRADE_REQUIRED)
433 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED ||
getdevices.c 135 else if (status == HTTP_STATUS_UPGRADE_REQUIRED)
150 status == HTTP_STATUS_UPGRADE_REQUIRED);
request.c 245 status != HTTP_STATUS_UPGRADE_REQUIRED))
434 else if (status == HTTP_STATUS_UPGRADE_REQUIRED)
830 case HTTP_STATUS_UPGRADE_REQUIRED :
837 "HTTP_STATUS_UPGRADE_REQUIRED.");
1154 case HTTP_STATUS_UPGRADE_REQUIRED :
testhttp.c 734 else if (status == HTTP_STATUS_UPGRADE_REQUIRED)
755 status == HTTP_STATUS_UPGRADE_REQUIRED);
827 else if (status == HTTP_STATUS_UPGRADE_REQUIRED)
847 while (status == HTTP_STATUS_UNAUTHORIZED || status == HTTP_STATUS_UPGRADE_REQUIRED);
http.h 274 HTTP_STATUS_UPGRADE_REQUIRED = 426, /* Upgrade to SSL/TLS required */
328 # define HTTP_UPGRADE_REQUIRED HTTP_STATUS_UPGRADE_REQUIRED
http-support.c 1388 case HTTP_STATUS_UPGRADE_REQUIRED :
    [all...]
http.c     [all...]

Completed in 179 milliseconds