Searched refs:EVHTTP_REQ_PUT (Results 1 – 4 of 4) sorted by relevance
496 EVHTTP_REQ_PUT = 1 << 3, enumerator
145 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break; in dump_request_cb()
323 case EVHTTP_REQ_PUT: in evhttp_method()455 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()1778 type = EVHTTP_REQ_PUT; in evhttp_parse_request_line()2198 case EVHTTP_REQ_PUT: in evhttp_method_may_have_body()3685 EVHTTP_REQ_PUT | in evhttp_new_object()
2129 if (evhttp_make_request(evcon, req, EVHTTP_REQ_PUT, "/putit") == -1) { in http_put_test()2150 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()