Home
last modified time | relevance | path

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

/external/libevent/
Dhttp-internal.h181 void evhttp_connection_fail(struct evhttp_connection *,
Dhttp.c698 evhttp_connection_fail(struct evhttp_connection *evcon, in evhttp_connection_fail() function
940 evhttp_connection_fail(evcon, EVCON_HTTP_INVALID_HEADER); in evhttp_read_trailer()
969 evhttp_connection_fail(evcon, in evhttp_read_body()
983 evhttp_connection_fail(evcon, EVCON_HTTP_INVALID_HEADER); in evhttp_read_body()
1008 evhttp_connection_fail(evcon, in evhttp_read_body()
1375 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT); in evhttp_error_cb()
1377 evhttp_connection_fail(evcon, EVCON_HTTP_EOF); in evhttp_error_cb()
1379 evhttp_connection_fail(evcon, EVCON_HTTP_BUFFER_ERROR); in evhttp_error_cb()
1927 evhttp_connection_fail(evcon, in evhttp_get_body()
1984 evhttp_connection_fail(evcon, EVCON_HTTP_INVALID_HEADER); in evhttp_read_firstline()
[all …]
Devrpc.c979 evhttp_connection_fail(evcon, EVCON_HTTP_TIMEOUT); in evrpc_request_timeout()