Lines Matching refs:total_out
100 last_out = zstream.total_out;
116 zstream.total_out, zstream.total_out - last_out);
118 if (write(fd_out, &buf_out, zstream.total_out - last_out) <
119 zstream.total_out - last_out) {
131 if (zstream.total_out != uncomp_len - 8) {
133 zstream.total_out, uncomp_len - 8);
135 buf_in[0] = (zstream.total_out + 8) & 0xff;
136 buf_in[1] = ((zstream.total_out + 8) >> 8) & 0xff;
137 buf_in[2] = ((zstream.total_out + 8) >> 16) & 0xff;
138 buf_in[3] = ((zstream.total_out + 8) >> 24) & 0xff;