Home
last modified time | relevance | path

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

/libevent-2.1.12/include/event2/
H A Dhttp_struct.h137 void (*error_cb)(enum evhttp_request_error, void *); member
/libevent-2.1.12/
H A Dhttp.c741 void (*error_cb)(enum evhttp_request_error, void *); in evhttp_connection_fail_() local
761 error_cb = req->error_cb; in evhttp_connection_fail_()
798 if (error_cb != NULL) in evhttp_connection_fail_()
799 error_cb(error, error_cb_arg); in evhttp_connection_fail_()
4108 req->error_cb = cb; in evhttp_request_set_error_cb()
H A DChangeLog1216 o Add new error_cb for actual reporting of HTTP request errors. (7b07719