Home
last modified time | relevance | path

Searched refs:error_cb (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h137 void (*error_cb)(enum evhttp_request_error, void *); member
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp_struct.h137 void (*error_cb)(enum evhttp_request_error, void *); member
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c689 void (*error_cb)(enum evhttp_request_error, void *); in evhttp_connection_fail_() local
709 error_cb = req->error_cb; in evhttp_connection_fail_()
742 if (error_cb != NULL) in evhttp_connection_fail_()
743 error_cb(error, error_cb_arg); in evhttp_connection_fail_()
3885 req->error_cb = cb; in evhttp_request_set_error_cb()
H A DChangeLog456 o Add new error_cb for actual reporting of HTTP request errors. (7b07719
/freebsd-13.1/contrib/libevent/
H A Dhttp.c729 void (*error_cb)(enum evhttp_request_error, void *); in evhttp_connection_fail_() local
749 error_cb = req->error_cb; in evhttp_connection_fail_()
781 if (error_cb != NULL) in evhttp_connection_fail_()
782 error_cb(error, error_cb_arg); in evhttp_connection_fail_()
4048 req->error_cb = cb; in evhttp_request_set_error_cb()
H A DChangeLog903 o Add new error_cb for actual reporting of HTTP request errors. (7b07719