Lines Matching refs:rcvd
195 off_t rcvd; /* bytes already received */ member
231 received = xs->rcvd - xs->offset; in stat_eta()
232 expected = xs->size - xs->rcvd; in stat_eta()
271 bps = (xs->rcvd - xs->lastrcvd) / delta; in stat_bps()
299 if (xs->rcvd >= xs->size) { in stat_display()
300 stat_bytes(bytes, sizeof bytes, xs->rcvd); in stat_display()
306 (int)((100.0 * xs->rcvd) / xs->size), in stat_display()
309 (int)((100.0 * xs->rcvd) / xs->size), in stat_display()
318 if ((xs->size > 0 && xs->rcvd > 0 && in stat_display()
324 xs->lastrcvd = xs->rcvd; in stat_display()
340 xs->rcvd = offset; in stat_start()
352 stat_update(struct xferstat *xs, off_t rcvd) in stat_update() argument
355 xs->rcvd = rcvd; in stat_update()
373 stat_bytes(bytes, sizeof bytes, xs->rcvd); in stat_end()