Searched refs:EVHTTP_REQ_POST (Results 1 – 3 of 3) sorted by relevance
379 EVHTTP_REQ_POST = 1 << 1, enumerator
290 if (req->type != EVHTTP_REQ_POST || in evrpc_request_cb()748 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri); in evrpc_schedule_request_closure()
308 case EVHTTP_REQ_POST: in evhttp_method()459 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()1547 req->type = EVHTTP_REQ_POST; in evhttp_parse_request_line()1891 case EVHTTP_REQ_POST: in evhttp_method_may_have_body()3207 EVHTTP_REQ_POST | in evhttp_new_object()