HomeSort by relevance Sort by last modified time
    Searched refs:EVHTTP_PROXY_REQUEST (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libevent/
evhttp.h 202 #define EVHTTP_PROXY_REQUEST 0x0002
http.c 403 if (flags & EVHTTP_PROXY_REQUEST) {
505 if (!(req->flags & EVHTTP_PROXY_REQUEST))
1303 req->flags |= EVHTTP_PROXY_REQUEST;
    [all...]
  /external/chromium_org/third_party/libevent/
evhttp.h 202 #define EVHTTP_PROXY_REQUEST 0x0002
http.c 403 if (flags & EVHTTP_PROXY_REQUEST) {
505 if (!(req->flags & EVHTTP_PROXY_REQUEST))
1303 req->flags |= EVHTTP_PROXY_REQUEST;
    [all...]

Completed in 155 milliseconds