Searched refs:test_bufferevent_impl (Results 1 – 1 of 1) sorted by relevance
139 test_bufferevent_impl(int use_pair, int flush) in test_bufferevent_impl() function208 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()