Searched refs:HTTP_ENTITYTOOLARGE (Results 1 – 6 of 6) sorted by relevance
65 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
66 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
664 req->response_code = HTTP_ENTITYTOOLARGE; in evhttp_connection_incoming_fail()
666 req->response_code = HTTP_ENTITYTOOLARGE; in evhttp_connection_incoming_fail()
4027 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()
4030 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()