Home
last modified time | relevance | path

Searched refs:evhttp_connection_fail (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/
Dhttp.c631 evhttp_connection_fail(struct evhttp_connection *evcon, in evhttp_connection_fail() function
681 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT); in evhttp_write()
688 evhttp_connection_fail(evcon, EVCON_HTTP_EOF); in evhttp_write()
694 evhttp_connection_fail(evcon, EVCON_HTTP_EOF); in evhttp_write()
845 evhttp_connection_fail(evcon, EVCON_HTTP_INVALID_HEADER); in evhttp_read_trailer()
873 evhttp_connection_fail(evcon, in evhttp_read_body()
918 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT); in evhttp_read()
928 evhttp_connection_fail(evcon, EVCON_HTTP_EOF); in evhttp_read()
1586 evhttp_connection_fail(evcon, in evhttp_get_body()
1605 evhttp_connection_fail(evcon, EVCON_HTTP_INVALID_HEADER); in evhttp_read_firstline()
[all …]
Dhttp-internal.h134 void evhttp_connection_fail(struct evhttp_connection *,
Devrpc.c656 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT); in evrpc_request_timeout()
/external/chromium/third_party/libevent/test/
Dregress_http.c402 evhttp_connection_fail(delayed_client, EVCON_HTTP_EOF); in http_large_delay_cb()