Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h497 EVHTTP_REQ_PUT = 1 << 3, enumerator
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-server.c146 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break; in dump_request_cb()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c327 case EVHTTP_REQ_PUT: in evhttp_method()
459 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()
1782 type = EVHTTP_REQ_PUT; in evhttp_parse_request_line()
2202 case EVHTTP_REQ_PUT: in evhttp_method_may_have_body()
3689 EVHTTP_REQ_PUT | in evhttp_new_object()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c2134 if (evhttp_make_request(evcon, req, EVHTTP_REQ_PUT, "/putit") == -1) { in http_put_test()
2155 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()