Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dbenchmark-pound.c26 #define MAX_CONNS 1000 macro
71 static tcp_conn_rec tcp_conns[MAX_CONNS];
72 static pipe_conn_rec pipe_conns[MAX_CONNS];
/third_party/libsoup/tests/
Dconnection-test.c497 #define MAX_CONNS 2 macro
498 #define TEST_CONNS (MAX_CONNS * 2) + 1
519 if (++msgs_done >= MAX_CONNS) { in max_conns_request_started()
555 g_assert_cmpint (msgs_done, ==, MAX_CONNS); in do_max_conns_test_for_session()
570 g_assert_cmpint (msgs_done, ==, MAX_CONNS + 1); in do_max_conns_test_for_session()
611 SOUP_SESSION_MAX_CONNS, MAX_CONNS, in do_max_conns_test()
618 SOUP_SESSION_MAX_CONNS, MAX_CONNS, in do_max_conns_test()