bufferevent_ops_async 266 opal/mca/event/libevent2022/libevent/bufferevent-internal.h extern const struct bufferevent_ops bufferevent_ops_async; bufferevent_ops_async 267 opal/mca/event/libevent2022/libevent/bufferevent-internal.h #define BEV_IS_ASYNC(bevp) ((bevp)->be_ops == &bufferevent_ops_async) bufferevent_ops_async 90 opal/mca/event/libevent2022/libevent/bufferevent_async.c const struct bufferevent_ops bufferevent_ops_async = { bufferevent_ops_async 105 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (bev->be_ops != &bufferevent_ops_async) bufferevent_ops_async 562 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (bufferevent_init_common(&bev_a->bev, base, &bufferevent_ops_async,