Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dbenchmark-multi-accept.c50 unsigned int num_connects; member
69 unsigned int num_connects; member
77 unsigned int num_connects; member
134 if (--sc->num_connects == 0) in ipc_connection_cb()
211 ctx.num_connects = num_servers; in send_listen_handles()
309 ctx->num_connects++; in sv_connection_cb()
349 if (--ctx->num_connects == 0) { in cl_close_cb()
392 ctx->num_connects = NUM_CONNECTS / num_clients; in test_tcp()
426 ctx->num_connects / time, in test_tcp()
427 ctx->num_connects, in test_tcp()
[all …]
/third_party/curl/tests/data/
Dtest205134num_connects}\n" --next --connect-to ::%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "…
Dtest19229 HTTP GET -w num_connects with one simple connect
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n"
Dtest19341 HTTP GET -w num_connects with redirected fetch (2 connects)
44 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n" -L
Dtest205235num_connects}\n" --next --resolve -www.example.com:%HTTPPORT --connect-to ::%HOSTIP:%HTTPPORT http…
Dtest108946 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n%{num_redirects}\n%{size_download}\n%{url…
Dtest109053 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n%{num_redirects}\n%{size_download}\n%{url…
Dtest204656 http://åäö.se:%HTTPPORT/%TESTNUMBER --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -w "%{num_connects}\n…
Dtest204757 http://åäö.se/%TESTNUMBER -x %HOSTIP:%HTTPPORT -w "%{num_connects}\n%{num_redirects}\n%{size_downlo…
Dtest97062 …version":"1.1","local_ip":"127.0.0.1","local_port":13,"method":"GET","num_connects":1,"num_headers…
/third_party/grpc/test/core/iomgr/
Dtcp_server_posix_test.cc285 static void test_connect(size_t num_connects, in test_connect() argument
311 static_cast<unsigned long>(num_connects), in test_connect()
399 for (connect_num = 0; connect_num < num_connects; ++connect_num) { in test_connect()