Searched refs:EVHTTP_REQ_PUT (Results 1 – 4 of 4) sorted by relevance
497 EVHTTP_REQ_PUT = 1 << 3, enumerator
146 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break; in dump_request_cb()
327 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()
2134 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()