Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dlrz.c903 zi.bytes_total=0; in wcreceive()
982 (long) zi.bytes_received, (long) zi.bytes_total, bps); in wcreceive()
998 zi.bytes_total = DEFBYTL; in wcreceive()
1153 if (zi->bytes_total && R_BYTESLEFT(zi) < Blklen) in wcrx()
1431 zi->bytes_total = DEFBYTL; in procheader()
1440 long bytes_total; in procheader()
1442 sscanf(nameend, "%ld%lo%o", &bytes_total, &modtime, &mode); in procheader()
1444 zi->bytes_total=bytes_total; in procheader()
1487 if (((size_t) sta.st_size) >= zi->bytes_total in procheader()
1496 int r=do_crc_check(NULL,zi->bytes_total,0); in procheader()
[all …]
H A Dzglobal.h345 size_t bytes_total; member
352 #define R_BYTESLEFT(x) ((x)->bytes_total-(x)->bytes_received)