Home
last modified time | relevance | path

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

/external/curl/lib/
Dprogress.c270 curl_off_t total_expected_transfer; in Curl_pgrsUpdate() local
451 total_expected_transfer = in Curl_pgrsUpdate()
461 if(total_expected_transfer > CURL_OFF_T_C(10000)) in Curl_pgrsUpdate()
463 (total_expected_transfer/CURL_OFF_T_C(100)); in Curl_pgrsUpdate()
464 else if(total_expected_transfer > CURL_OFF_T_C(0)) in Curl_pgrsUpdate()
465 total_percen = (total_transfer*100) / total_expected_transfer; in Curl_pgrsUpdate()
473 max5data(total_expected_transfer, max5[2]), /* total size */ in Curl_pgrsUpdate()