Searched refs:test_bufferevent_impl (Results 1 – 1 of 1) sorted by relevance
126 test_bufferevent_impl(int use_pair, int flush) in test_bufferevent_impl() function195 static void test_bufferevent(void) { test_bufferevent_impl(0, -1); } in test_bufferevent()196 static void test_bufferevent_pair(void) { test_bufferevent_impl(1, -1); } in test_bufferevent_pair()198 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); } in test_bufferevent_flush_normal()199 static void test_bufferevent_flush_flush(void) { test_bufferevent_impl(0, BEV_FLUSH); } in test_bufferevent_flush_flush()200 static void test_bufferevent_flush_finished(void) { test_bufferevent_impl(0, BEV_FINISHED); } in test_bufferevent_flush_finished()202 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); } in test_bufferevent_pair_flush_normal()203 static void test_bufferevent_pair_flush_flush(void) { test_bufferevent_impl(1, BEV_FLUSH); } in test_bufferevent_pair_flush_flush()204 static void test_bufferevent_pair_flush_finished(void) { test_bufferevent_impl(1, BEV_FINISHED); } in test_bufferevent_pair_flush_finished()