Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_filter.c130 return state == BEV_NORMAL && in be_underlying_writebuf_full()
142 return state == BEV_NORMAL && in be_readbuf_full()
284 if (state == BEV_NORMAL) { in be_filter_process_input()
294 if (state == BEV_NORMAL && bev->wm_read.high) in be_filter_process_input()
325 if (state == BEV_NORMAL) { in be_filter_process_output()
347 if (state == BEV_NORMAL && in be_filter_process_output()
407 be_filter_process_output(bevf, BEV_NORMAL, &processed_any); in bufferevent_filtered_outbuf_cb()
427 state = BEV_NORMAL; in be_filter_readcb()
453 be_filter_process_output(bevf, BEV_NORMAL, &processed_any); in be_filter_writecb()
Dbufferevent_pair.c293 if (mode == BEV_NORMAL) in be_pair_flush()
/external/libevent/include/event2/
Dbufferevent.h496 BEV_NORMAL = 0, enumerator