Home
last modified time | relevance | path

Searched refs:evhttp_connection_fail_ (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c738 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_() function
1008 evhttp_connection_fail_(evcon, EVREQ_HTTP_DATA_TOO_LONG); in evhttp_read_trailer()
1038 evhttp_connection_fail_(evcon, EVREQ_HTTP_DATA_TOO_LONG); in evhttp_lingering_close()
1047 evhttp_connection_fail_(evcon, EVREQ_HTTP_DATA_TOO_LONG); in evhttp_lingering_fail()
1065 evhttp_connection_fail_(evcon, in evhttp_read_body()
1079 evhttp_connection_fail_(evcon, EVREQ_HTTP_INVALID_HEADER); in evhttp_read_body()
1467 evhttp_connection_fail_(evcon, EVREQ_HTTP_EOF); in evhttp_connection_read_on_write_error()
1549 evhttp_connection_fail_(evcon, EVREQ_HTTP_TIMEOUT); in evhttp_error_cb()
1565 evhttp_connection_fail_(evcon, EVREQ_HTTP_EOF); in evhttp_error_cb()
1568 evhttp_connection_fail_(evcon, EVREQ_HTTP_BUFFER_ERROR); in evhttp_error_cb()
[all …]
H A Dhttp-internal.h186 void evhttp_connection_fail_(struct evhttp_connection *,
H A Devrpc.c980 evhttp_connection_fail_(evcon, EVREQ_HTTP_TIMEOUT); in evrpc_request_timeout()
H A DChangeLog1849 evhttp_connection_fail_ (7afbd60)
1850 o preserve errno in evhttp_connection_fail_ for inspection by the
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c782 evhttp_connection_fail_(delayed_client, EVREQ_HTTP_EOF); in http_large_delay_cb()