Searched refs:time_connect (Results 1 – 4 of 4) sorted by relevance
/curl/tests/libtest/ |
H A D | lib500.c | 102 curl_off_t time_connect; in test() local 109 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME_T, &time_connect); in test() 120 if(time_namelookup > time_connect) { in test() 125 (time_connect / 1000000), (long)(time_connect % 1000000)); in test() 127 if(time_connect > time_pretransfer) { in test() 130 (time_connect / 1000000), (long)(time_connect % 1000000), in test()
|
/curl/tests/data/ |
H A D | test970 | 62 …3,"speed_upload":13,"ssl_verify_result":0,"time_appconnect":0.000013,"time_connect":0.000013,"time…
|
H A D | test972 | 63 …3,"speed_upload":13,"ssl_verify_result":0,"time_appconnect":0.000013,"time_connect":0.000013,"time…
|
/curl/docs/cmdline-opts/ |
H A D | write-out.md | 216 ## `time_connect`
|
Completed in 12 milliseconds