Searched refs:evhttp_error_cb (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 206 static void evhttp_error_cb(struct bufferevent *bufev, short what, void *arg); 385 evhttp_error_cb, in evhttp_write_buffer() 410 evhttp_error_cb, in evhttp_send_continue() 1479 evhttp_error_cb(struct bufferevent *bufev, short what, void *arg) in evhttp_error_cb() function 1590 evhttp_error_cb(bufev, what, arg); in evhttp_connection_cb() 1631 evhttp_error_cb, in evhttp_connection_cb() 2412 bufferevent_setcb(bev, evhttp_read_cb, evhttp_write_cb, evhttp_error_cb, evcon); in evhttp_connection_base_bufferevent_new() 2745 evhttp_error_cb, in evhttp_start_read_()
|
/freebsd/contrib/libevent/ |
H A D | http.c | 206 static void evhttp_error_cb(struct bufferevent *bufev, short what, void *arg); 385 evhttp_error_cb, in evhttp_write_buffer() 410 evhttp_error_cb, in evhttp_send_continue() 1479 evhttp_error_cb(struct bufferevent *bufev, short what, void *arg) in evhttp_error_cb() function 1590 evhttp_error_cb(bufev, what, arg); in evhttp_connection_cb() 1631 evhttp_error_cb, in evhttp_connection_cb() 2412 bufferevent_setcb(bev, evhttp_read_cb, evhttp_write_cb, evhttp_error_cb, evcon); in evhttp_connection_base_bufferevent_new() 2745 evhttp_error_cb, in evhttp_start_read_()
|