Home
last modified time | relevance | path

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

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