Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libevent/sample/
H A Dhttp-server.c127 case EVHTTP_REQ_PATCH: cmdtype = "PATCH"; break; in dump_request_cb()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h487 EVHTTP_REQ_PATCH = 1 << 8 enumerator
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h500 EVHTTP_REQ_PATCH = 1 << 8 enumerator
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c327 case EVHTTP_REQ_PATCH: in evhttp_method()
1672 type = EVHTTP_REQ_PATCH; in evhttp_parse_request_line()
2063 case EVHTTP_REQ_PATCH: in evhttp_method_may_have_body()
/freebsd-13.1/contrib/libevent/
H A Dhttp.c330 case EVHTTP_REQ_PATCH: in evhttp_method()
1766 type = EVHTTP_REQ_PATCH; in evhttp_parse_request_line()
2157 case EVHTTP_REQ_PATCH: in evhttp_method_may_have_body()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c876 evhttp_set_allowed_methods(http, EVHTTP_REQ_PATCH); in http_allowed_methods_test()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c922 evhttp_set_allowed_methods(http, EVHTTP_REQ_PATCH); in http_allowed_methods_test()