Home
last modified time | relevance | path

Searched refs:t_starttransfer (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit1399.c74 fail_unless(usec_matches_seconds(data->progress.t_starttransfer, seconds), in expect_timer_seconds()
79 * t_connect, t_appconnect, t_pretransfer, and t_starttransfer are additive.
80 * E.g., if t_starttransfer took 2 seconds initially and took another 1
81 * second for the redirect request, then the resulting t_starttransfer should
91 data.progress.t_starttransfer = 0;
106 data.progress.t_redirect = data.progress.t_starttransfer + 1;
113 /* ensure t_starttransfer is only set on the first invocation by attempting
/third_party/curl/lib/
H A Dgetinfo.c56 pro->t_starttransfer = 0; in Curl_initinfo()
410 *param_offt = data->progress.t_starttransfer; in getinfo_offt()
476 *param_doublep = DOUBLE_SECS(data->progress.t_starttransfer); in getinfo_double()
H A Dprogress.c205 delta = &data->progress.t_starttransfer; in Curl_pgrsTimeWas()
206 /* prevent updating t_starttransfer unless: in Curl_pgrsTimeWas()
207 * 1) this is the first time we're setting t_starttransfer in Curl_pgrsTimeWas()
208 * 2) a redirect has occurred since the last time t_starttransfer was set in Curl_pgrsTimeWas()
210 * changing the t_starttransfer time. in Curl_pgrsTimeWas()
H A Durldata.h1187 timediff_t t_starttransfer; member

Completed in 6 milliseconds