Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_PATCH (Results 1 – 4 of 4) sorted by relevance

/libevent-2.1.12/include/event2/
H A Dhttp.h501 EVHTTP_REQ_PATCH = 1 << 8 enumerator
/libevent-2.1.12/sample/
H A Dhttp-server.c150 case EVHTTP_REQ_PATCH: cmdtype = "PATCH"; break; in dump_request_cb()
/libevent-2.1.12/
H A Dhttp.c338 case EVHTTP_REQ_PATCH: in evhttp_method()
1807 type = EVHTTP_REQ_PATCH; in evhttp_parse_request_line()
2199 case EVHTTP_REQ_PATCH: in evhttp_method_may_have_body()
/libevent-2.1.12/test/
H A Dregress_http.c968 evhttp_set_allowed_methods(http, EVHTTP_REQ_PATCH); in http_allowed_methods_test()