Home
last modified time | relevance | path

Searched refs:BEV_OPT_DEFER_CALLBACKS (Results 1 – 3 of 3) sorted by relevance

/external/libevent/
Dbufferevent.c227 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()
Dbufferevent_pair.c119 options |= BEV_OPT_DEFER_CALLBACKS; in bufferevent_pair_new()
/external/libevent/include/event2/
Dbufferevent.h162 BEV_OPT_DEFER_CALLBACKS = (1<<2), enumerator