Searched refs:HTTP_ENTITYTOOLARGE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Dhttp.h64 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h64 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c650 req->response_code = HTTP_ENTITYTOOLARGE;
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c3959 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); local
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c2125 evhttp_send_error(req, HTTP_ENTITYTOOLARGE, NULL);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c3605 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); local

Completed in 150 milliseconds