Searched refs:EVHTTP_REQ_PUT (Results 1 – 4 of 4) sorted by relevance
122 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break; in dump_request_cb()
495 EVHTTP_REQ_PUT = 1 << 3, enumerator
315 case EVHTTP_REQ_PUT: in evhttp_method()446 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()1737 type = EVHTTP_REQ_PUT; in evhttp_parse_request_line()2156 case EVHTTP_REQ_PUT: in evhttp_method_may_have_body()3625 EVHTTP_REQ_PUT | in evhttp_new_object()
2085 if (evhttp_make_request(evcon, req, EVHTTP_REQ_PUT, "/putit") == -1) { in http_put_test()2106 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()