Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_ERROR (Results 1 – 17 of 17) sorted by relevance

/external/libcups/cups/
Dgetputfile.c59 return (HTTP_STATUS_ERROR); in cupsGetFd()
80 status = HTTP_STATUS_ERROR; in cupsGetFd()
117 status = HTTP_STATUS_ERROR; in cupsGetFd()
153 status = HTTP_STATUS_ERROR; in cupsGetFd()
168 status = HTTP_STATUS_ERROR; in cupsGetFd()
237 return (HTTP_STATUS_ERROR); in cupsGetFile()
252 return (HTTP_STATUS_ERROR); in cupsGetFile()
311 return (HTTP_STATUS_ERROR); in cupsPutFd()
331 status = HTTP_STATUS_ERROR; in cupsPutFd()
372 status = HTTP_STATUS_ERROR; in cupsPutFd()
[all …]
Drequest.c238 if (status == HTTP_STATUS_ERROR || in cupsDoIORequest()
398 http->status = status = HTTP_STATUS_ERROR; in cupsGetResponse()
402 else if (status != HTTP_STATUS_ERROR) in cupsGetResponse()
603 return (HTTP_STATUS_ERROR); in cupsSendRequest()
628 return (HTTP_STATUS_ERROR); in cupsSendRequest()
766 http->status = HTTP_STATUS_ERROR; in cupsSendRequest()
769 return (HTTP_STATUS_ERROR); in cupsSendRequest()
806 while (temp_status != HTTP_STATUS_ERROR && in cupsSendRequest()
816 case HTTP_STATUS_ERROR : in cupsSendRequest()
922 return (HTTP_STATUS_ERROR); in cupsWriteRequestData()
[all …]
Dhttp.c158 _cupsSetHTTPError(HTTP_STATUS_ERROR); in httpAcceptConnection()
919 return (HTTP_STATUS_ERROR); in httpGetExpect()
1308 return (http ? http->status : HTTP_STATUS_ERROR); in httpGetStatus()
2398 http->status = HTTP_STATUS_ERROR; in httpReconnect2()
2757 *status = HTTP_STATUS_ERROR; in _httpUpdate()
2790 *status = http->status = HTTP_STATUS_ERROR; in _httpUpdate()
2803 http->status = *status = HTTP_STATUS_ERROR; in _httpUpdate()
2848 *status = http->status = HTTP_STATUS_ERROR; in _httpUpdate()
2905 http->status = *status = HTTP_STATUS_ERROR; in _httpUpdate()
2934 return (HTTP_STATUS_ERROR); in httpUpdate()
[all …]
Dtesthttp.c725 status = HTTP_STATUS_ERROR; in main()
741 status = HTTP_STATUS_ERROR; in main()
777 status = HTTP_STATUS_ERROR; in main()
792 status = HTTP_STATUS_ERROR; in main()
826 status = HTTP_STATUS_ERROR; in main()
843 status = HTTP_STATUS_ERROR; in main()
879 status = HTTP_STATUS_ERROR; in main()
894 status = HTTP_STATUS_ERROR; in main()
Dtls-boringssl.c350 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
416 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
450 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
Dtls-gnutls.c1298 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1311 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1312 _cupsSetHTTPError(HTTP_STATUS_ERROR); in _httpTLSStart()
1325 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1510 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1529 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1633 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
Ddest-job.c340 return (HTTP_STATUS_ERROR); in cupsStartDestDocument()
352 return (HTTP_STATUS_ERROR); in cupsStartDestDocument()
Dhttp-addr.c178 _cupsSetHTTPError(HTTP_STATUS_ERROR); in httpAddrListen()
235 _cupsSetHTTPError(HTTP_STATUS_ERROR); in httpAddrListen()
248 _cupsSetHTTPError(HTTP_STATUS_ERROR); in httpAddrListen()
Dtls-darwin.c1249 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1260 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1261 _cupsSetHTTPError(HTTP_STATUS_ERROR); in _httpTLSStart()
1540 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1553 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
1753 http->status = HTTP_STATUS_ERROR; in _httpTLSStart()
Dgetdevices.c249 if (status == HTTP_STATUS_ERROR) in cupsGetDevices()
Dhttp.h231 HTTP_STATUS_ERROR = -1, /* An error response from httpXxxx() */ enumerator
289 # define HTTP_ERROR HTTP_STATUS_ERROR
Dtls-sspi.c1258 _cupsSetHTTPError(HTTP_STATUS_ERROR);
1274 http->status = HTTP_STATUS_ERROR;
1291 http->status = HTTP_STATUS_ERROR;
Dutil.c924 return (HTTP_STATUS_ERROR); in cupsStartDocument()
Dipp.c3183 _cupsSetHTTPError(HTTP_STATUS_ERROR); in ippReadIO()
3214 _cupsSetHTTPError(HTTP_STATUS_ERROR); in ippReadIO()
3598 _cupsSetHTTPError(HTTP_STATUS_ERROR); in ippReadIO()
6754 _cupsSetHTTPError(HTTP_STATUS_ERROR); in ipp_set_value()
Dhttp-support.c1483 case HTTP_STATUS_ERROR : in _httpStatus()
/external/libcups/tools/
Dipptool.c1055 if (status != HTTP_STATUS_ERROR) in do_test()
1083 status = HTTP_STATUS_ERROR; in do_test()
1091 if (!Cancel && status != HTTP_STATUS_ERROR) in do_test()
1097 if (!Cancel && status == HTTP_STATUS_ERROR && httpError(data->http) != EINVAL && in do_test()
1107 else if (status == HTTP_STATUS_ERROR || status == HTTP_STATUS_CUPS_AUTHORIZATION_CANCELED) in do_test()
1124 if (!Cancel && status == HTTP_STATUS_ERROR && httpError(data->http) != EINVAL && in do_test()
1134 else if (status == HTTP_STATUS_ERROR) in do_test()
/external/libcups/backend/
Dipp.c1664 if (http_status == HTTP_STATUS_ERROR) in main()
1864 if (http_status == HTTP_STATUS_ERROR) in main()