Searched refs:evhttp_connection_fail_ (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
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() 1075 evhttp_connection_fail_(evcon, EVREQ_HTTP_INVALID_HEADER); 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() [all …]
|
H A D | http-internal.h | 185 void evhttp_connection_fail_(struct evhttp_connection *,
|
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
|
/freebsd/contrib/libevent/ |
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() 1075 evhttp_connection_fail_(evcon, EVREQ_HTTP_INVALID_HEADER); 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() [all …]
|
H A D | http-internal.h | 185 void evhttp_connection_fail_(struct evhttp_connection *,
|
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
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 777 evhttp_connection_fail_(delayed_client, EVREQ_HTTP_EOF); in http_large_delay_cb()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 777 evhttp_connection_fail_(delayed_client, EVREQ_HTTP_EOF); in http_large_delay_cb()
|