Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
H A Dunit1303.c141 data->progress.t_startop.tv_sec = BASE;
142 data->progress.t_startop.tv_usec = 0;
/third_party/curl/lib/
H A Dprogress.c174 data->progress.t_startop = timestamp; in Curl_pgrsTimeWas()
183 back from the waiting queue). It needs to count from t_startop and not in Curl_pgrsTimeWas()
187 Curl_timediff_us(timestamp, data->progress.t_startop); in Curl_pgrsTimeWas()
H A Durldata.h1192 struct curltime t_startop; member
H A Dconnect.c124 Curl_timediff(*nowp, data->progress.t_startop); in Curl_timeleft()

Completed in 9 milliseconds