HomeSort by: relevance | last modified time | path
    Searched defs:BEV_OPT_DEFER_CALLBACKS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/include/event2/
bufferevent.h 168 BEV_OPT_DEFER_CALLBACKS = (1<<2),
172 * BEV_OPT_DEFER_CALLBACKS also be set; a future version of Libevent
632 BEV_TRIG_DEFER_CALLBACKS = BEV_OPT_DEFER_CALLBACKS
642 BEV_TRIG_IGNORE_WATERMARKS. If the options contain BEV_OPT_DEFER_CALLBACKS,
656 If the options contain BEV_OPT_DEFER_CALLBACKS, the callbacks are deferred.
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
bufferevent.h 169 BEV_OPT_DEFER_CALLBACKS = (1<<2),
173 * BEV_OPT_DEFER_CALLBACKS also be set; a future version of Libevent
633 BEV_TRIG_DEFER_CALLBACKS = BEV_OPT_DEFER_CALLBACKS
643 BEV_TRIG_IGNORE_WATERMARKS. If the options contain BEV_OPT_DEFER_CALLBACKS,
657 If the options contain BEV_OPT_DEFER_CALLBACKS, the callbacks are deferred.

Completed in 19 milliseconds