bufferevent_ops   257 opal/mca/event/libevent2022/libevent/bufferevent-internal.h extern const struct bufferevent_ops bufferevent_ops_socket;
bufferevent_ops   258 opal/mca/event/libevent2022/libevent/bufferevent-internal.h extern const struct bufferevent_ops bufferevent_ops_filter;
bufferevent_ops   259 opal/mca/event/libevent2022/libevent/bufferevent-internal.h extern const struct bufferevent_ops bufferevent_ops_pair;
bufferevent_ops   266 opal/mca/event/libevent2022/libevent/bufferevent-internal.h extern const struct bufferevent_ops bufferevent_ops_async;
bufferevent_ops   273 opal/mca/event/libevent2022/libevent/bufferevent-internal.h int bufferevent_init_common(struct bufferevent_private *, struct event_base *, const struct bufferevent_ops *, enum bufferevent_options options);
bufferevent_ops   274 opal/mca/event/libevent2022/libevent/bufferevent.c     const struct bufferevent_ops *ops,
bufferevent_ops    90 opal/mca/event/libevent2022/libevent/bufferevent_async.c const struct bufferevent_ops bufferevent_ops_async = {
bufferevent_ops    95 opal/mca/event/libevent2022/libevent/bufferevent_filter.c const struct bufferevent_ops bufferevent_ops_filter = {
bufferevent_ops   334 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c const struct bufferevent_ops bufferevent_ops_openssl = {
bufferevent_ops   325 opal/mca/event/libevent2022/libevent/bufferevent_pair.c const struct bufferevent_ops bufferevent_ops_pair = {
bufferevent_ops    87 opal/mca/event/libevent2022/libevent/bufferevent_sock.c const struct bufferevent_ops bufferevent_ops_socket = {
bufferevent_ops    75 opal/mca/event/libevent2022/libevent/include/event2/bufferevent_struct.h 	const struct bufferevent_ops *be_ops;