Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/gzip/
Dgzip.c578 off_t in_tot = 0, out_tot = 0; in gz_compress() local
642 out_tot = -1; in gz_compress()
646 out_tot += BUFLEN; in gz_compress()
693 out_tot = -1; in gz_compress()
696 out_tot += len; in gz_compress()
729 out_tot += i; in gz_compress()
737 *gsizep = out_tot; in gz_compress()
752 off_t out_tot = -1, in_tot = 0; in gz_uncompress() local
799 out_tot = 0; in gz_uncompress()
997 out_tot += wr; in gz_uncompress()
[all …]
/netbsd/src/external/zlib/pigz/dist/
Dpigz.c496 off_t out_tot; /* total bytes written to output */ member
2775 g.out_tot = 1; in cat()
2782 g.out_tot += g.in_left; in cat()
2878 g.out_tot += len; in outb()
2907 g.out_tot += len; in outb()
2929 g.out_tot = 0; in infchk()
2982 if (g.zip_ulen != (g.out_tot & LOW32)) { in infchk()
2990 g.zip_ulen != (g.out_tot & LOW32)) in infchk()
3011 if (len != (g.out_tot & LOW32)) in infchk()
3018 show_info(8, check, g.out_tot, cont); in infchk()
[all …]