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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp.h63 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ macro
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dhttp.h62 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ macro
/netbsd-current/external/bsd/libevent/dist/sample/
H A Dhttp-server.c207 evhttp_send_error(req, HTTP_BADREQUEST, 0);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_http.c3598 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); local
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dhttp.c3273 evhttp_send_error(req, HTTP_BADREQUEST, NULL);
/netbsd-current/external/bsd/libevent/dist/
H A Dhttp.c669 req->response_code = HTTP_BADREQUEST;
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_http.c4022 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); local

Completed in 158 milliseconds