Lines Matching refs:total
140 curl_off_t total; in tool_progress_cb() local
147 total = dltotal + ultotal; in tool_progress_cb()
149 total = CURL_OFF_T_MAX; in tool_progress_cb()
152 total = CURL_OFF_T_MAX; in tool_progress_cb()
154 total = dltotal + ultotal + bar->initial_size; in tool_progress_cb()
171 if(total) { in tool_progress_cb()
176 else if((tvdiff(now, bar->prevtime) < 100L) && point < total) in tool_progress_cb()
194 if((total > 0) && (point != bar->prev)) { in tool_progress_cb()
201 if(point > total) in tool_progress_cb()
203 total = point; in tool_progress_cb()
205 frac = (double)point / (double)total; in tool_progress_cb()