Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Devhttp.h202 #define EVHTTP_PROXY_REQUEST 0x0002 macro
Dhttp.c403 if (flags & EVHTTP_PROXY_REQUEST) { in evhttp_is_connection_close()
505 if (!(req->flags & EVHTTP_PROXY_REQUEST)) in evhttp_make_header_response()
1303 req->flags |= EVHTTP_PROXY_REQUEST; in evhttp_parse_request_line()