Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c139 test_bufferevent_impl(int use_pair, int flush) in test_bufferevent_impl() function
208 static void test_bufferevent(void) { test_bufferevent_impl(0, -1); } in test_bufferevent()
209 static void test_bufferevent_pair(void) { test_bufferevent_impl(1, -1); } in test_bufferevent_pair()
211 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); } in test_bufferevent_flush_normal()
212 static void test_bufferevent_flush_flush(void) { test_bufferevent_impl(0, BEV_FLUSH); } in test_bufferevent_flush_flush()
213 static void test_bufferevent_flush_finished(void) { test_bufferevent_impl(0, BEV_FINISHED); } in test_bufferevent_flush_finished()
215 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); } in test_bufferevent_pair_flush_normal()
216 static void test_bufferevent_pair_flush_flush(void) { test_bufferevent_impl(1, BEV_FLUSH); } in test_bufferevent_pair_flush_flush()
217 static void test_bufferevent_pair_flush_finished(void) { test_bufferevent_impl(1, BEV_FINISHED); } in test_bufferevent_pair_flush_finished()
/freebsd/contrib/libevent/test/
H A Dregress_bufferevent.c139 test_bufferevent_impl(int use_pair, int flush) in test_bufferevent_impl() function
208 static void test_bufferevent(void) { test_bufferevent_impl(0, -1); } in test_bufferevent()
209 static void test_bufferevent_pair(void) { test_bufferevent_impl(1, -1); } in test_bufferevent_pair()
211 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); } in test_bufferevent_flush_normal()
212 static void test_bufferevent_flush_flush(void) { test_bufferevent_impl(0, BEV_FLUSH); } in test_bufferevent_flush_flush()
213 static void test_bufferevent_flush_finished(void) { test_bufferevent_impl(0, BEV_FINISHED); } in test_bufferevent_flush_finished()
215 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); } in test_bufferevent_pair_flush_normal()
216 static void test_bufferevent_pair_flush_flush(void) { test_bufferevent_impl(1, BEV_FLUSH); } in test_bufferevent_pair_flush_flush()
217 static void test_bufferevent_pair_flush_finished(void) { test_bufferevent_impl(1, BEV_FINISHED); } in test_bufferevent_pair_flush_finished()