Searched refs:HTTP_BAD_REQUEST (Results 1 – 10 of 10) sorted by relevance
249 case HTTP_BAD_REQUEST: in http_put_reply_code()520 return HTTP_BAD_REQUEST; in web_process_put_message()554 return HTTP_BAD_REQUEST; in web_process_put_message()1042 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1090 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1097 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1112 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1259 ret = HTTP_BAD_REQUEST; in web_connection_parse_unsubscribe()1266 ret = HTTP_BAD_REQUEST; in web_connection_parse_unsubscribe()1276 ret = HTTP_BAD_REQUEST; in web_connection_parse_unsubscribe()[all …]
16 HTTP_BAD_REQUEST = 400, enumerator
210 if (httpCode >= HttpURLConnection.HTTP_BAD_REQUEST) { in onResponseStarted()274 && urlResponseInfo.getHttpStatusCode() >= HttpURLConnection.HTTP_BAD_REQUEST) { in onFailed()
264 if (httpResponseCode >= HttpURLConnection.HTTP_BAD_REQUEST) {
152 && response.getResponse().code() >= HTTP_BAD_REQUEST) { in getErrorStream()250 if (getResponseCode() >= HTTP_BAD_REQUEST) { in getInputStream()
156 && response.getResponse().code() >= HTTP_BAD_REQUEST) { in getErrorStream()254 if (getResponseCode() >= HTTP_BAD_REQUEST) { in getInputStream()
279 case HttpURLConnection.HTTP_BAD_REQUEST: // 400 in httpStatusToGrpcCode()
309 # define HTTP_BAD_REQUEST HTTP_STATUS_BAD_REQUEST macro
1757 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii()
1810 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii()