conn_eventcb 35 opal/mca/event/libevent2022/libevent/sample/hello-world.c static void conn_eventcb(struct bufferevent *, short, void *); conn_eventcb 101 opal/mca/event/libevent2022/libevent/sample/hello-world.c bufferevent_setcb(bev, NULL, conn_writecb, conn_eventcb, NULL);