Home | History | Annotate | Download | only in tools

Lines Matching refs:extra_bytes

2027    png_uint_32    extra_bytes;   /* Count of extra compressed bytes */
2268 * 1: saw Z_STREAM_END (zlib->extra_bytes indicates too much data)
2475 zlib->extra_bytes = nbytes - in_bytes;
2486 /* The 'extra_bytes' field is set by zlib_advance if there is extra
2493 zlib->extra_bytes = 0;
2535 if (zlib->global->errors && zlib->extra_bytes == 0)
2563 list->lengths[i] -= zlib->extra_bytes;
2595 chunk->chunk_length -= zlib->extra_bytes;