Searched refs:total_estimate (Results 1 – 1 of 1) sorted by relevance
358 curl_off_t total_estimate; in Curl_pgrsUpdate() local518 total_estimate = ulestimate>dlestimate?ulestimate:dlestimate; in Curl_pgrsUpdate()521 time2str(time_left, total_estimate > 0?(total_estimate - timespent):0); in Curl_pgrsUpdate()522 time2str(time_total, total_estimate); in Curl_pgrsUpdate()