Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_DELETE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h497 EVHTTP_REQ_DELETE = 1 << 4, enumerator
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h497 EVHTTP_REQ_DELETE = 1 << 4, enumerator
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c146 case EVHTTP_REQ_DELETE: cmdtype = "DELETE"; break; in dump_request_cb()
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c146 case EVHTTP_REQ_DELETE: cmdtype = "DELETE"; break; in dump_request_cb()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c326 case EVHTTP_REQ_DELETE: in evhttp_method()
1829 type = EVHTTP_REQ_DELETE; in evhttp_parse_request_line()
2202 case EVHTTP_REQ_DELETE: in evhttp_method_may_have_body()
3686 EVHTTP_REQ_DELETE); in evhttp_new_object()
/freebsd/contrib/libevent/
H A Dhttp.c326 case EVHTTP_REQ_DELETE: in evhttp_method()
1829 type = EVHTTP_REQ_DELETE; in evhttp_parse_request_line()
2202 case EVHTTP_REQ_DELETE: in evhttp_method_may_have_body()
3686 EVHTTP_REQ_DELETE); in evhttp_new_object()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c791 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()
/freebsd/contrib/libevent/test/
H A Dregress_http.c791 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()