Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A 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()
/freebsd/contrib/libevent/
H A 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()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c181 return (BEV_OK); in zlib_input_filter()
235 return (BEV_OK); in zlib_output_filter()
H A Dregress_bufferevent.c511 return (BEV_OK); in bufferevent_input_filter()
546 return (BEV_OK); in bufferevent_output_filter()
1301 return BEV_OK; in bufferevent_filter_data_stuck_inputcb()
/freebsd/contrib/libevent/test/
H A Dregress_zlib.c181 return (BEV_OK); in zlib_input_filter()
235 return (BEV_OK); in zlib_output_filter()
H A Dregress_bufferevent.c511 return (BEV_OK); in bufferevent_input_filter()
546 return (BEV_OK); in bufferevent_output_filter()
1301 return BEV_OK; in bufferevent_filter_data_stuck_inputcb()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h675 BEV_OK = 0, enumerator
/freebsd/contrib/libevent/include/event2/
H A Dbufferevent.h675 BEV_OK = 0, enumerator