Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_BAD_REQUEST (Results 1 – 8 of 8) sorted by relevance

/external/libcups/scheduler/
Dclient.c789 cupsdSendError(con, HTTP_STATUS_BAD_REQUEST, CUPSD_AUTH_NONE); in cupsdReadClient()
883 if (!cupsdSendError(con, HTTP_STATUS_BAD_REQUEST, CUPSD_AUTH_NONE)) in cupsdReadClient()
901 if (!cupsdSendError(con, HTTP_STATUS_BAD_REQUEST, CUPSD_AUTH_NONE)) in cupsdReadClient()
1211 if (!cupsdSendError(con, HTTP_STATUS_BAD_REQUEST, CUPSD_AUTH_NONE)) in cupsdReadClient()
1370 if (!cupsdSendError(con, HTTP_STATUS_BAD_REQUEST, CUPSD_AUTH_NONE)) in cupsdReadClient()
1626 cupsdSendError(con, HTTP_STATUS_BAD_REQUEST, CUPSD_AUTH_NONE); in cupsdReadClient()
1634 cupsdSendError(con, HTTP_STATUS_BAD_REQUEST, CUPSD_AUTH_NONE); in cupsdReadClient()
1957 if (code >= HTTP_STATUS_BAD_REQUEST && con->type != CUPSD_AUTH_NEGOTIATE) in cupsdSendError()
1964 if (code >= HTTP_STATUS_BAD_REQUEST) in cupsdSendError()
/external/libcups/cups/
Dhttp.h253 HTTP_STATUS_BAD_REQUEST = 400, /* Bad request */ enumerator
309 # define HTTP_BAD_REQUEST HTTP_STATUS_BAD_REQUEST
Drequest.c239 (status >= HTTP_STATUS_BAD_REQUEST && status != HTTP_STATUS_UNAUTHORIZED && in cupsDoIORequest()
1145 case HTTP_STATUS_BAD_REQUEST : in _cupsSetHTTPError()
Dhttp.c2780 if (http->status < HTTP_STATUS_BAD_REQUEST) in _httpUpdate()
3358 if (status >= HTTP_STATUS_BAD_REQUEST && http->keep_alive) in httpWriteResponse()
4355 http->status >= HTTP_STATUS_BAD_REQUEST) in http_send()
Dhttp-support.c1516 case HTTP_STATUS_BAD_REQUEST : in _httpStatus()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h95 HTTP_STATUS_BAD_REQUEST = 400, enumerator
/external/libcups/tools/
Dippeveprinter.c768 return (HTTP_STATUS_BAD_REQUEST); in authenticate_request()
781 return (HTTP_STATUS_BAD_REQUEST); in authenticate_request()
789 return (HTTP_STATUS_BAD_REQUEST); in authenticate_request()
5687 respond_http(client, HTTP_STATUS_BAD_REQUEST, NULL, NULL, 0); in process_http()
5693 respond_http(client, HTTP_STATUS_BAD_REQUEST, NULL, NULL, 0); in process_http()
5710 respond_http(client, HTTP_STATUS_BAD_REQUEST, NULL, NULL, 0); in process_http()
5732 respond_http(client, HTTP_STATUS_BAD_REQUEST, NULL, NULL, 0); in process_http()
5743 respond_http(client, HTTP_STATUS_BAD_REQUEST, NULL, NULL, 0); in process_http()
5890 return (respond_http(client, HTTP_STATUS_BAD_REQUEST, NULL, NULL, 0)); in process_http()
5905 respond_http(client, HTTP_STATUS_BAD_REQUEST, NULL, NULL, 0); in process_http()
[all …]
Dippfind.c2385 if (status >= HTTP_STATUS_BAD_REQUEST) in list_service()