Searched refs:evhttp_connection_fail_ (Results 1 – 5 of 5) sorted by relevance
| /libevent-2.1.12/ |
| H A D | http-internal.h | 185 void evhttp_connection_fail_(struct evhttp_connection *,
|
| H A D | http.c | 734 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_() function 1004 evhttp_connection_fail_(evcon, EVREQ_HTTP_DATA_TOO_LONG); in evhttp_read_trailer() 1034 evhttp_connection_fail_(evcon, EVREQ_HTTP_DATA_TOO_LONG); in evhttp_lingering_close() 1043 evhttp_connection_fail_(evcon, EVREQ_HTTP_DATA_TOO_LONG); in evhttp_lingering_fail() 1061 evhttp_connection_fail_(evcon, in evhttp_read_body() 1463 evhttp_connection_fail_(evcon, EVREQ_HTTP_EOF); in evhttp_connection_read_on_write_error() 1545 evhttp_connection_fail_(evcon, EVREQ_HTTP_TIMEOUT); in evhttp_error_cb() 1561 evhttp_connection_fail_(evcon, EVREQ_HTTP_EOF); in evhttp_error_cb() 1564 evhttp_connection_fail_(evcon, EVREQ_HTTP_BUFFER_ERROR); in evhttp_error_cb() 2317 evhttp_connection_fail_(evcon, EVREQ_HTTP_EOF); in evhttp_read_header() [all …]
|
| H A D | evrpc.c | 976 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
|
| /libevent-2.1.12/test/ |
| H A D | regress_http.c | 777 evhttp_connection_fail_(delayed_client, EVREQ_HTTP_EOF); in http_large_delay_cb()
|