Searched refs:HTTP_BADREQUEST (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Dhttp.h61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ macro
/freebsd-13-stable/contrib/libevent/sample/
H A Dhttp-server.c183 evhttp_send_error(req, HTTP_BADREQUEST, 0);
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ macro
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c653 req->response_code = HTTP_BADREQUEST;
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c3951 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); local
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c3271 evhttp_send_error(req, HTTP_BADREQUEST, NULL);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c3596 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); local

Completed in 208 milliseconds