Home
last modified time | relevance | path

Searched refs:evhttp_error_cb (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c195 static void evhttp_error_cb(struct bufferevent *bufev, short what, void *arg);
373 evhttp_error_cb, in evhttp_write_buffer()
398 evhttp_error_cb, in evhttp_send_continue()
1360 evhttp_error_cb(struct bufferevent *bufev, short what, void *arg) in evhttp_error_cb() function
1458 evhttp_error_cb(bufev, what, arg); in evhttp_connection_cb()
1507 evhttp_error_cb, in evhttp_connection_cb()
2283 bufferevent_setcb(bev, evhttp_read_cb, evhttp_write_cb, evhttp_error_cb, evcon); in evhttp_connection_base_bufferevent_new()
2578 evhttp_error_cb, in evhttp_start_read_()
/freebsd-12.1/contrib/libevent/
H A Dhttp.c198 static void evhttp_error_cb(struct bufferevent *bufev, short what, void *arg);
376 evhttp_error_cb, in evhttp_write_buffer()
401 evhttp_error_cb, in evhttp_send_continue()
1455 evhttp_error_cb(struct bufferevent *bufev, short what, void *arg) in evhttp_error_cb() function
1558 evhttp_error_cb(bufev, what, arg); in evhttp_connection_cb()
1599 evhttp_error_cb, in evhttp_connection_cb()
2371 bufferevent_setcb(bev, evhttp_read_cb, evhttp_write_cb, evhttp_error_cb, evcon); in evhttp_connection_base_bufferevent_new()
2697 evhttp_error_cb, in evhttp_start_read_()