Home
last modified time | relevance | path

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

/src/contrib/libevent/sample/ !
H A Dhello-world.c34 static void conn_writecb(struct bufferevent *, void *);
100 bufferevent_setcb(bev, NULL, conn_writecb, conn_eventcb, NULL); in listener_cb()
108 conn_writecb(struct bufferevent *bev, void *user_data) in conn_writecb() function
/src/contrib/ntp/sntp/libevent/sample/ !
H A Dhello-world.c34 static void conn_writecb(struct bufferevent *, void *);
100 bufferevent_setcb(bev, NULL, conn_writecb, conn_eventcb, NULL); in listener_cb()
108 conn_writecb(struct bufferevent *bev, void *user_data) in conn_writecb() function