Searched refs:BEV_NORMAL (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/
H A Dbufferevent_filter.c142 return state == BEV_NORMAL &&
154 return state == BEV_NORMAL &&
312 if (state == BEV_NORMAL) {
322 if (state == BEV_NORMAL && bev->wm_read.high)
353 if (state == BEV_NORMAL) {
376 if (state == BEV_NORMAL &&
435 be_filter_process_output(bevf, BEV_NORMAL, &processed_any);
459 state = BEV_NORMAL;
498 state = BEV_NORMAL;
546 be_filter_process_output(bevf, BEV_NORMAL,
[all...]
H A Dbufferevent_pair.c317 if (mode == BEV_NORMAL)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent_filter.c136 return state == BEV_NORMAL &&
148 return state == BEV_NORMAL &&
295 if (state == BEV_NORMAL) {
305 if (state == BEV_NORMAL && bev->wm_read.high)
336 if (state == BEV_NORMAL) {
358 if (state == BEV_NORMAL &&
417 be_filter_process_output(bevf, BEV_NORMAL, &processed_any);
444 state = BEV_NORMAL;
477 be_filter_process_output(bevf, BEV_NORMAL, &processed_any);
H A Dbufferevent_pair.c318 if (mode == BEV_NORMAL)
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_zlib.c122 case BEV_NORMAL:
H A Dregress_bufferevent.c215 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); }
219 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); }
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_zlib.c121 case BEV_NORMAL:
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dbufferevent.h573 BEV_NORMAL = 0, enumerator in enum:bufferevent_flush_mode
587 @param mode either BEV_NORMAL or BEV_FLUSH or BEV_FINISHED
667 (BEV_NORMAL), or flush as much data as we can (BEV_FLUSH),
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dbufferevent.h601 BEV_NORMAL = 0, enumerator in enum:bufferevent_flush_mode
615 @param mode either BEV_NORMAL or BEV_FLUSH or BEV_FINISHED
695 (BEV_NORMAL), or flush as much data as we can (BEV_FLUSH),

Completed in 231 milliseconds