Home
last modified time | relevance | path

Searched refs:BEV_NORMAL (Results 1 – 6 of 6) sorted by relevance

/external/libevent/
Dbufferevent_filter.c139 return state == BEV_NORMAL && in be_underlying_writebuf_full()
151 return state == BEV_NORMAL && in be_readbuf_full()
309 if (state == BEV_NORMAL) { in be_filter_process_input()
319 if (state == BEV_NORMAL && bev->wm_read.high) in be_filter_process_input()
350 if (state == BEV_NORMAL) { in be_filter_process_output()
373 if (state == BEV_NORMAL && in be_filter_process_output()
432 be_filter_process_output(bevf, BEV_NORMAL, &processed_any); in bufferevent_filtered_outbuf_cb()
456 state = BEV_NORMAL; in be_filter_read_nolock_()
495 state = BEV_NORMAL; in bufferevent_filtered_inbuf_cb()
543 be_filter_process_output(bevf, BEV_NORMAL, &processed_any); in be_filter_writecb()
Dbufferevent_pair.c314 if (mode == BEV_NORMAL) in be_pair_flush()
DChangeLog461 o Fix lock leak in be_pair_flush() if flush type is BEV_NORMAL (f45d39d Bill Vaughan)
/external/libevent/test/
Dregress_zlib.c119 case BEV_NORMAL: in getstate()
Dregress_bufferevent.c211 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); } in test_bufferevent_flush_normal()
215 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); } in test_bufferevent_pair_flush_normal()
/external/libevent/include/event2/
Dbufferevent.h600 BEV_NORMAL = 0, enumerator