Lines Matching refs:out_bytes
180 size_t in_bytes, out_bytes; in main() local
201 out_bytes = avail_out; in main()
203 …status = tdefl_compress(&g_deflator, next_in, &in_bytes, next_out, &out_bytes, infile_remaining ? … in main()
209 next_out = (char *)next_out + out_bytes; in main()
210 avail_out -= out_bytes; in main()
211 total_out += out_bytes; in main()
249 size_t in_bytes, out_bytes; in main() local
269 out_bytes = avail_out; in main()
270 … (const mz_uint8 *)next_in, &in_bytes, s_outbuf, (mz_uint8 *)next_out, &out_bytes, (infile_remaini… in main()
276 avail_out -= out_bytes; in main()
277 next_out = (mz_uint8 *)next_out + out_bytes; in main()
278 total_out += out_bytes; in main()