Lines Matching defs:total
139 curl_off_t total;
146 total = dltotal + ultotal;
148 total = CURL_OFF_T_MAX;
151 total = CURL_OFF_T_MAX;
153 total = dltotal + ultotal + bar->initial_size;
170 if(total) {
171 /* we know the total data to get... */
175 else if((tvdiff(now, bar->prevtime) < 100L) && point < total)
180 /* total is unknown */
191 if((total > 0) && (point != bar->prev)) {
198 if(point > total)
199 /* we have got more than the expected total! */
200 total = point;
202 frac = (double)point / (double)total;
239 * display progress towards total file not just the part that's left. */