Home
last modified time | relevance | path

Searched refs:HTTP_BADREQUEST (Results 1 – 4 of 4) sorted by relevance

/libevent-2.1.12/include/event2/
H A Dhttp.h61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ macro
/libevent-2.1.12/sample/
H A Dhttp-server.c206 evhttp_send_error(req, HTTP_BADREQUEST, 0); in send_document_cb()
/libevent-2.1.12/
H A Dhttp.c665 req->response_code = HTTP_BADREQUEST; in evhttp_connection_incoming_fail()
/libevent-2.1.12/test/
H A Dregress_http.c4017 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); in http_data_length_constraints_test_done()