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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c540 wgint recent_bytes; /* bytes downloaded so far. */
688 bp->recent_bytes += howmuch;
709 bp->recent_bytes = 0;
738 hist->bytes[hist->pos] = bp->recent_bytes;
740 hist->total_bytes += bp->recent_bytes;
744 bp->recent_bytes = 0;
999 wgint dlquant = hist->total_bytes + bp->recent_bytes;
538 wgint recent_bytes; /* bytes downloaded so far. */ member in struct:bar_progress

Completed in 175 milliseconds