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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp.h489 EVHTTP_REQ_PATCH = 1 << 8 enumerator in enum:evhttp_cmd_type
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dhttp.h502 EVHTTP_REQ_PATCH = 1 << 8 enumerator in enum:evhttp_cmd_type
/netbsd-current/external/bsd/libevent/dist/sample/
H A Dhttp-server.c151 case EVHTTP_REQ_PATCH: cmdtype = "PATCH"; break;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dhttp.c329 case EVHTTP_REQ_PATCH:
1674 type = EVHTTP_REQ_PATCH;
2065 case EVHTTP_REQ_PATCH:
/netbsd-current/external/bsd/libevent/dist/
H A Dhttp.c342 case EVHTTP_REQ_PATCH:
1811 type = EVHTTP_REQ_PATCH;
2203 case EVHTTP_REQ_PATCH:
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_http.c878 evhttp_set_allowed_methods(http, EVHTTP_REQ_PATCH);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_http.c973 evhttp_set_allowed_methods(http, EVHTTP_REQ_PATCH);

Completed in 193 milliseconds