Lines Matching full:extra_bytes
2033 png_uint_32 extra_bytes; /* Count of extra compressed bytes */
2274 * 1: saw Z_STREAM_END (zlib->extra_bytes indicates too much data)
2482 zlib->extra_bytes = nbytes - in_bytes;
2493 /* The 'extra_bytes' field is set by zlib_advance if there is extra
2500 zlib->extra_bytes = 0;
2542 if (zlib->global->errors && zlib->extra_bytes == 0)
2570 list->lengths[i] -= zlib->extra_bytes;
2602 chunk->chunk_length -= zlib->extra_bytes;