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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c184 progress_update (void *progress, wgint howmuch, double dltime) argument
186 current_impl->update (progress, howmuch, dltime);
193 progress_finish (void *progress, double dltime) argument
195 current_impl->finish (progress, dltime);
277 print_row_stats (struct dot_progress *dp, double dltime, bool last)
311 rate = calc_rate (bytes_this_row, dltime - dp->last_timer_value, &units);
315 dp->last_timer_value = dltime;
327 double eta = dltime * bytes_remaining / bytes_sofar;
336 if (dltime >= 10)
338 eta_to_human_short ((int) (dltime
276 print_row_stats(struct dot_progress *dp, double dltime, bool last) argument
346 dot_update(void *progress, wgint howmuch, double dltime) argument
381 dot_finish(void *progress, double dltime) argument
597 bar_update(void *progress, wgint howmuch, double dltime) argument
643 bar_finish(void *progress, double dltime) argument
680 update_speed_ring(struct bar_progress *bp, wgint howmuch, double dltime) argument
998 double dltime = hist->total_time + (dl_total_time - bp->recent_start); local
[all...]
H A Dftp.c71 double dltime; /* time of the download in msecs */ member in struct:__anon7545
282 con->dltime = 0;
1225 restval, &rd_size, qtyread, &con->dltime, flags);
1228 tmrate = retr_rate (rd_size, con->dltime);
1229 total_download_time += con->dltime;
1512 tmrate = retr_rate (qtyread - restval, con->dltime);
H A Dhttp.c1315 double dltime; /* time it took to download the data */
2412 hs->restval, &hs->rd_size, &hs->len, &hs->dltime,
2847 tmrate = retr_rate (hstat.rd_size, hstat.dltime);
2848 total_download_time += hstat.dltime;
1310 double dltime; /* time it took to download the data */ member in struct:http_stat

Completed in 467 milliseconds