Home
last modified time | relevance | path

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

/external/curl/lib/
Dprogress.c66 static char *max5data(curl_off_t bytes, char *max5) in max5data() function
588 max5data(total_expected_transfer, max5[2]), /* total size */ in Curl_pgrsUpdate()
590 max5data(data->progress.downloaded, max5[0]), /* rcvd size */ in Curl_pgrsUpdate()
592 max5data(data->progress.uploaded, max5[1]), /* xfer size */ in Curl_pgrsUpdate()
593 max5data(data->progress.dlspeed, max5[3]), /* avrg dl speed */ in Curl_pgrsUpdate()
594 max5data(data->progress.ulspeed, max5[4]), /* avrg ul speed */ in Curl_pgrsUpdate()
598 max5data(data->progress.current_speed, max5[5]) /* current speed */ in Curl_pgrsUpdate()