OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_connection_fail
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libevent/
http-internal.h
134
void
evhttp_connection_fail
(struct evhttp_connection *,
http.c
631
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);
[
all
...]
evrpc.c
656
evhttp_connection_fail
(evcon, EVCON_HTTP_TIMEOUT);
/external/chromium/third_party/libevent/test/
regress_http.c
402
evhttp_connection_fail
(delayed_client, EVCON_HTTP_EOF);
Completed in 428 milliseconds