Home
last modified time | relevance | path

Searched refs:total_expected_transfer (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dprogress.c472 curl_off_t total_expected_transfer; in Curl_pgrsUpdate() local
566 total_expected_transfer = in Curl_pgrsUpdate()
576 if(total_expected_transfer > CURL_OFF_T_C(10000)) in Curl_pgrsUpdate()
578 (total_expected_transfer/CURL_OFF_T_C(100)); in Curl_pgrsUpdate()
579 else if(total_expected_transfer > CURL_OFF_T_C(0)) in Curl_pgrsUpdate()
580 total_percen = (total_transfer*100) / total_expected_transfer; in Curl_pgrsUpdate()
588 max5data(total_expected_transfer, max5[2]), /* total size */ in Curl_pgrsUpdate()