Searched defs:xferstat (Results 1 – 1 of 1) sorted by relevance
198 struct xferstat { struct199 char name[64];200 struct timeval start; /* start of transfer */201 struct timeval last; /* time of last update */202 struct timeval last2; /* time of previous last update */203 off_t size; /* size of file per HTTP hdr */204 off_t offset; /* starting offset in file */205 off_t rcvd; /* bytes already received */206 off_t lastrcvd; /* bytes received since last update */