Searched refs:BEV_OPT_THREADSAFE (Results 1 – 6 of 6) sorted by relevance
120 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new()131 if (options & BEV_OPT_THREADSAFE) { in bufferevent_pair_new()
169 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new()188 if (options & BEV_OPT_THREADSAFE) { in bufferevent_filter_new()
1298 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl()1322 if (options & BEV_OPT_THREADSAFE) in bufferevent_openssl_new_impl()
534 options |= BEV_OPT_THREADSAFE; in bufferevent_async_new()
308 if (options & BEV_OPT_THREADSAFE) { in bufferevent_init_common()
159 BEV_OPT_THREADSAFE = (1<<1), enumerator