Searched refs:BEV_OPT_UNLOCK_CALLBACKS (Results 1 – 2 of 2) sorted by relevance
319 if ((options & (BEV_OPT_DEFER_CALLBACKS|BEV_OPT_UNLOCK_CALLBACKS)) in bufferevent_init_common()320 == BEV_OPT_UNLOCK_CALLBACKS) { in bufferevent_init_common()325 if (options & BEV_OPT_UNLOCK_CALLBACKS) in bufferevent_init_common()
168 BEV_OPT_UNLOCK_CALLBACKS = (1<<3) enumerator