Home
last modified time | relevance | path

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

/external/curl/tests/data/
Dtest205134num_connects}\n" --next --connect-to ::%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/2051 -w "%{num_c…
Dtest19229 HTTP GET -w num_connects with one simple connect
32 http://%HOSTIP:%HTTPPORT/192 -w "%{num_connects}\n"
Dtest19341 HTTP GET -w num_connects with redirected fetch (2 connects)
44 http://%HOSTIP:%HTTPPORT/193 -w "%{num_connects}\n" -L
Dtest205234 …{num_connects}\n" --next --resolve -www.example.com:%HTTPPORT --connect-to ::%HOSTIP:%HTTPPORT htt…
Dtest108946 http://%HOSTIP:%HTTPPORT/1089 -w "%{num_connects}\n%{num_redirects}\n%{size_download}\n%{url_effect…
Dtest109053 http://%HOSTIP:%HTTPPORT/1090 -w "%{num_connects}\n%{num_redirects}\n%{size_download}\n%{url_effect…
Dtest204655 http://åäö.se:%HTTPPORT/2046 --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -w "%{num_connects}\n%{num_r…
Dtest204757 http://åäö.se/2047 -x %HOSTIP:%HTTPPORT -w "%{num_connects}\n%{num_redirects}\n%{size_download}\n%{…
Dtest97062 …":0,"speed_download":13,"speed_upload":13,"content_type":"text/html","num_connects":1,"time_redire…
/external/grpc-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()
397 for (connect_num = 0; connect_num < num_connects; ++connect_num) { in test_connect()