Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libevent/dist/include/event2/
Dhttp.h65 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
Dhttp.h66 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dhttp.c664 req->response_code = HTTP_ENTITYTOOLARGE; in evhttp_connection_incoming_fail()
/netbsd/src/external/bsd/libevent/dist/
Dhttp.c666 req->response_code = HTTP_ENTITYTOOLARGE; in evhttp_connection_incoming_fail()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_http.c4027 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_http.c4030 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()