HomeSort by: relevance | last modified time | path
    Searched defs:test_bufferevent_impl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress_bufferevent.c 143 test_bufferevent_impl(int use_pair, int flush) function
212 static void test_bufferevent(void) { test_bufferevent_impl(0, -1); }
213 static void test_bufferevent_pair(void) { test_bufferevent_impl(1, -1); }
215 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); }
216 static void test_bufferevent_flush_flush(void) { test_bufferevent_impl(0, BEV_FLUSH); }
217 static void test_bufferevent_flush_finished(void) { test_bufferevent_impl(0, BEV_FINISHED); }
219 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); }
220 static void test_bufferevent_pair_flush_flush(void) { test_bufferevent_impl(1, BEV_FLUSH); }
221 static void test_bufferevent_pair_flush_finished(void) { test_bufferevent_impl(1, BEV_FINISHED); }
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_bufferevent.c 141 test_bufferevent_impl(int use_pair, int flush) function
210 static void test_bufferevent(void) { test_bufferevent_impl(0, -1); }
211 static void test_bufferevent_pair(void) { test_bufferevent_impl(1, -1); }
213 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); }
214 static void test_bufferevent_flush_flush(void) { test_bufferevent_impl(0, BEV_FLUSH); }
215 static void test_bufferevent_flush_finished(void) { test_bufferevent_impl(0, BEV_FINISHED); }
217 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); }
218 static void test_bufferevent_pair_flush_flush(void) { test_bufferevent_impl(1, BEV_FLUSH); }
219 static void test_bufferevent_pair_flush_finished(void) { test_bufferevent_impl(1, BEV_FINISHED); }

Completed in 51 milliseconds