Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp_struct.h138 void (*error_cb)(enum evhttp_request_error, void *); member
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp_struct.h139 void (*error_cb)(enum evhttp_request_error, void *); member
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c745 void (*error_cb)(enum evhttp_request_error, void *); in evhttp_connection_fail_() local
765 error_cb = req->error_cb; in evhttp_connection_fail_()
802 if (error_cb != NULL) in evhttp_connection_fail_()
803 error_cb(error, error_cb_arg); in evhttp_connection_fail_()
4112 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
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20158266 (error_cb): Update for change in signature of "error" callback.
32340 * genmatch.c (error_cb): Likewise for local "map".
H A DChangeLog-20188435 * genmatch.c (error_cb): Rename to...
H A DChangeLog-20148633 * genmatch.c (error_cb): Adjust for printing warnings.