tmp_options       169 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	int tmp_options = options & ~BEV_OPT_THREADSAFE;
tmp_options       184 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 				    &bufferevent_ops_filter, tmp_options) < 0) {
tmp_options      1298 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	int tmp_options = options & ~BEV_OPT_THREADSAFE;
tmp_options      1309 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		&bufferevent_ops_openssl, tmp_options) < 0)
tmp_options       117 opal/mca/event/libevent2022/libevent/bufferevent_pair.c 	int tmp_options;
tmp_options       120 opal/mca/event/libevent2022/libevent/bufferevent_pair.c 	tmp_options = options & ~BEV_OPT_THREADSAFE;
tmp_options       125 opal/mca/event/libevent2022/libevent/bufferevent_pair.c 	bufev2 = bufferevent_pair_elt_new(base, tmp_options);