Searched refs:conn_writecb (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/libevent/sample/ ! |
| H A D | hello-world.c | 34 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 D | hello-world.c | 34 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
|