Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_GET (Results 1 – 2 of 2) sorted by relevance

/external/libevent/include/event2/
Dhttp.h378 EVHTTP_REQ_GET = 1 << 0, enumerator
/external/libevent/
Dhttp.c305 case EVHTTP_REQ_GET: in evhttp_method()
1545 req->type = EVHTTP_REQ_GET; in evhttp_parse_request_line()
1898 case EVHTTP_REQ_GET: in evhttp_method_may_have_body()
3206 EVHTTP_REQ_GET | in evhttp_new_object()