Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_PUT (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
HDhttp.h482 EVHTTP_REQ_PUT = 1 << 3, enumerator
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDhttp.c312 case EVHTTP_REQ_PUT: in evhttp_method()
440 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()
1643 type = EVHTTP_REQ_PUT; in evhttp_parse_request_line()
2062 case EVHTTP_REQ_PUT: in evhttp_method_may_have_body()
3476 EVHTTP_REQ_PUT | in evhttp_new_object()
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
HDregress_http.c1831 if (evhttp_make_request(evcon, req, EVHTTP_REQ_PUT, "/putit") == -1) { in http_put_test()
1852 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()