Searched refs:BEV_TRIG_IGNORE_WATERMARKS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h356 * BEV_TRIG_IGNORE_WATERMARKS is in options. */
364 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
367 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
H A Dbufferevent.c254 BEV_TRIG_IGNORE_WATERMARKS| \
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h599 BEV_TRIG_IGNORE_WATERMARKS = (1<<16), enumerator in enum:bufferevent_trigger_options
612 BEV_TRIG_IGNORE_WATERMARKS. If the options contain BEV_OPT_DEFER_CALLBACKS,
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c1017 bufferevent_trigger_test_flags | BEV_TRIG_IGNORE_WATERMARKS);

Completed in 110 milliseconds