Searched refs:HTTP_ENTITYTOOLARGE (Results 1 – 3 of 3) sorted by relevance
64 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
650 req->response_code = HTTP_ENTITYTOOLARGE; in evhttp_connection_incoming_fail()
3959 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()