Searched defs:evhttp_connection_fail (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/
H A Dhttp.c631 evhttp_connection_fail(struct evhttp_connection *evcon, function
681 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT);
688 evhttp_connection_fail(evcon, EVCON_HTTP_EOF);
694 evhttp_connection_fail(evcon, EVCON_HTTP_EOF);
845 evhttp_connection_fail(evcon, EVCON_HTTP_INVALID_HEADER);
873 evhttp_connection_fail(evcon,
918 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT);
928 evhttp_connection_fail(evcon, EVCON_HTTP_EOF);
1586 evhttp_connection_fail(evcon,
1605 evhttp_connection_fail(evco
[all...]
/external/chromium_org/third_party/libevent/
H A Dhttp.c631 evhttp_connection_fail(struct evhttp_connection *evcon, function
681 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT);
688 evhttp_connection_fail(evcon, EVCON_HTTP_EOF);
694 evhttp_connection_fail(evcon, EVCON_HTTP_EOF);
845 evhttp_connection_fail(evcon, EVCON_HTTP_INVALID_HEADER);
873 evhttp_connection_fail(evcon,
918 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT);
928 evhttp_connection_fail(evcon, EVCON_HTTP_EOF);
1586 evhttp_connection_fail(evcon,
1605 evhttp_connection_fail(evco
[all...]

Completed in 344 milliseconds