Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/sntp/libevent/
Dhttp.c682 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_() function
954 evhttp_connection_fail_(evcon, EVREQ_HTTP_DATA_TOO_LONG); in evhttp_read_trailer()
983 evhttp_connection_fail_(evcon, in evhttp_read_body()
997 evhttp_connection_fail_(evcon, EVREQ_HTTP_INVALID_HEADER); in evhttp_read_body()
1022 evhttp_connection_fail_(evcon, in evhttp_read_body()
1426 evhttp_connection_fail_(evcon, EVREQ_HTTP_TIMEOUT); in evhttp_error_cb()
1428 evhttp_connection_fail_(evcon, EVREQ_HTTP_EOF); in evhttp_error_cb()
1431 evhttp_connection_fail_(evcon, EVREQ_HTTP_BUFFER_ERROR); in evhttp_error_cb()
2097 evhttp_connection_fail_(evcon, in evhttp_get_body()
2154 evhttp_connection_fail_(evcon, EVREQ_HTTP_INVALID_HEADER); in evhttp_read_firstline()
[all …]
Dhttp-internal.h189 void evhttp_connection_fail_(struct evhttp_connection *,
Devrpc.c976 evhttp_connection_fail_(evcon, EVREQ_HTTP_TIMEOUT); in evrpc_request_timeout()
DChangeLog1089 evhttp_connection_fail_ (7afbd60)
1090 o preserve errno in evhttp_connection_fail_ for inspection by the
/freebsd-9-stable/contrib/ntp/sntp/libevent/test/
Dregress_http.c684 evhttp_connection_fail_(delayed_client, EVREQ_HTTP_EOF); in http_large_delay_cb()