Home
last modified time | relevance | path

Searched refs:BEV_OK (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Dbufferevent_filter.c155 return BEV_OK; in be_null_filter()
289 return BEV_OK; in be_filter_process_input()
301 if (res == BEV_OK) in be_filter_process_input()
303 } while (res == BEV_OK && in be_filter_process_input()
321 enum bufferevent_filter_result res = BEV_OK; in be_filter_process_output()
334 return BEV_OK; in be_filter_process_output()
358 if (res == BEV_OK) in be_filter_process_output()
361 res == BEV_OK && in be_filter_process_output()
375 if (res == BEV_OK && in be_filter_process_output()
/external/libevent/include/event2/
Dbufferevent.h527 BEV_OK = 0, enumerator