Searched refs:evhttp_connection_fail_ (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/ |
H A D | http.c | 738 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 D | http-internal.h | 186 void evhttp_connection_fail_(struct evhttp_connection *,
|
H A D | evrpc.c | 980 evhttp_connection_fail_(evcon, EVREQ_HTTP_TIMEOUT); in evrpc_request_timeout()
|
H A D | ChangeLog | 1849 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 D | regress_http.c | 782 evhttp_connection_fail_(delayed_client, EVREQ_HTTP_EOF); in http_large_delay_cb()
|