Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_filter.c164 return BEV_OK; in be_null_filter()
314 return BEV_OK; in be_filter_process_input()
326 if (res == BEV_OK) in be_filter_process_input()
328 } while (res == BEV_OK && in be_filter_process_input()
346 enum bufferevent_filter_result res = BEV_OK; in be_filter_process_output()
359 return BEV_OK; in be_filter_process_output()
384 if (res == BEV_OK) in be_filter_process_output()
387 res == BEV_OK && in be_filter_process_output()
400 if (res == BEV_OK && in be_filter_process_output()
/external/libevent/test/
Dregress_zlib.c181 return (BEV_OK); in zlib_input_filter()
235 return (BEV_OK); in zlib_output_filter()
Dregress_bufferevent.c498 return (BEV_OK); in bufferevent_input_filter()
533 return (BEV_OK); in bufferevent_output_filter()
1274 return BEV_OK; in bufferevent_filter_data_stuck_inputcb()
/external/libevent/include/event2/
Dbufferevent.h672 BEV_OK = 0, enumerator