Searched refs:HTTP_ENTITYTOOLARGE (Results 1 – 3 of 3) sorted by relevance
63 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
3365 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()
1958 evhttp_send_error(req, HTTP_ENTITYTOOLARGE, NULL); in evhttp_get_body()