Searched refs:BEV_OPT_DEFER_CALLBACKS (Results 1 – 4 of 4) sorted by relevance
227 if (p->options & BEV_OPT_DEFER_CALLBACKS) { in _bufferevent_run_readcb()244 if (p->options & BEV_OPT_DEFER_CALLBACKS) { in _bufferevent_run_writecb()261 if (p->options & BEV_OPT_DEFER_CALLBACKS) { in _bufferevent_run_eventcb()319 if ((options & (BEV_OPT_DEFER_CALLBACKS|BEV_OPT_UNLOCK_CALLBACKS)) in bufferevent_init_common()324 if (options & BEV_OPT_DEFER_CALLBACKS) { in bufferevent_init_common()
119 options |= BEV_OPT_DEFER_CALLBACKS; in bufferevent_pair_new()
52 BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS)); in UpdateNetworkState()
162 BEV_OPT_DEFER_CALLBACKS = (1<<2), enumerator