Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_bufferevent.c143 test_bufferevent_impl(int use_pair, int flush) in test_bufferevent_impl() function
212 static void test_bufferevent(void) { test_bufferevent_impl(0, -1); } in test_bufferevent()
213 static void test_bufferevent_pair(void) { test_bufferevent_impl(1, -1); } in test_bufferevent_pair()
215 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); } in test_bufferevent_flush_normal()
216 static void test_bufferevent_flush_flush(void) { test_bufferevent_impl(0, BEV_FLUSH); } in test_bufferevent_flush_flush()
217 static void test_bufferevent_flush_finished(void) { test_bufferevent_impl(0, BEV_FINISHED); } in test_bufferevent_flush_finished()
219 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); } in test_bufferevent_pair_flush_normal()
220 static void test_bufferevent_pair_flush_flush(void) { test_bufferevent_impl(1, BEV_FLUSH); } in test_bufferevent_pair_flush_flush()
221 static void test_bufferevent_pair_flush_finished(void) { test_bufferevent_impl(1, BEV_FINISHED); } in test_bufferevent_pair_flush_finished()