Searched refs:tmp_options (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c119 int tmp_options; local
122 tmp_options = options & ~BEV_OPT_THREADSAFE;
127 bufev2 = bufferevent_pair_elt_new(base, tmp_options);
H A Dbufferevent_filter.c178 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
193 &bufferevent_ops_filter, tmp_options) < 0) {
H A Dbufferevent_openssl.c1352 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
1364 &bufferevent_ops_openssl, tmp_options) < 0)
/freebsd-current/contrib/libevent/
H A Dbufferevent_pair.c119 int tmp_options; local
122 tmp_options = options & ~BEV_OPT_THREADSAFE;
127 bufev2 = bufferevent_pair_elt_new(base, tmp_options);
H A Dbufferevent_filter.c178 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
193 &bufferevent_ops_filter, tmp_options) < 0) {
H A Dbufferevent_openssl.c1352 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
1364 &bufferevent_ops_openssl, tmp_options) < 0)

Completed in 198 milliseconds