Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_OPTIONS (Results 1 – 3 of 3) sorted by relevance

/external/libevent/sample/
Dhttp-server.c124 case EVHTTP_REQ_OPTIONS: cmdtype = "OPTIONS"; break; in dump_request_cb()
/external/libevent/include/event2/
Dhttp.h497 EVHTTP_REQ_OPTIONS = 1 << 5, enumerator
/external/libevent/
Dhttp.c321 case EVHTTP_REQ_OPTIONS: in evhttp_method()
1798 type = EVHTTP_REQ_OPTIONS; in evhttp_parse_request_line()
2165 case EVHTTP_REQ_OPTIONS: in evhttp_method_may_have_body()