Home | History | Annotate | Download | only in tools

Lines Matching refs:in_bytes

2285    png_uint_32 in_bytes = 0;
2290 while (in_bytes < nbytes && endrc == ZLIB_OK)
2443 in_bytes += 1 - zlib->z.avail_in;
2446 assert(in_bytes == nbytes || endrc != ZLIB_OK);
2450 zlib->compressed_digits, in_bytes - zlib->z.avail_in);
2479 if (in_bytes < nbytes)
2482 zlib->extra_bytes = nbytes - in_bytes;