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

/external/curl/lib/
H A Dprogress.c62 static char *max5data(curl_off_t bytes, char *max5) function
548 max5data(total_expected_transfer, max5[2]), /* total size */
550 max5data(data->progress.downloaded, max5[0]), /* rcvd size */
552 max5data(data->progress.uploaded, max5[1]), /* xfer size */
553 max5data(data->progress.dlspeed, max5[3]), /* avrg dl speed */
554 max5data(data->progress.ulspeed, max5[4]), /* avrg ul speed */
558 max5data(data->progress.current_speed, max5[5]) /* current speed */

Completed in 120 milliseconds