Searched refs:time_total (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib500.c | 105 curl_off_t time_total; in test() local 113 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME_T, &time_total); in test() 139 if(time_starttransfer > time_total) { in test() 144 (time_total / 1000000), (long)(time_total % 1000000)); in test()
|
/third_party/curl/src/ |
D | tool_progress.c | 180 char time_total[10]; in progress_meter() local 270 time2str(time_total, est); in progress_meter() 274 time2str(time_total, 0); in progress_meter() 298 time_total, in progress_meter()
|
/third_party/curl/lib/ |
D | progress.c | 482 char time_total[10]; in progress_meter() local 536 time2str(time_total, total_estimate); in progress_meter() 569 time_total, /* 8 letters */ /* total time */ in progress_meter()
|
/third_party/curl/tests/data/ |
D | test970 | 62 …sfer":0.000013,"time_redirect":0.000013,"time_starttransfer":0.000013,"time_total":0.000013,"url":…
|
D | test972 | 63 …sfer":0.000013,"time_redirect":0.000013,"time_starttransfer":0.000013,"time_total":0.000013,"url":…
|
/third_party/curl/docs/cmdline-opts/ |
D | write-out.d | 214 **time_total**
|