Home | History | Annotate | Download | only in tools

Lines Matching refs:chunk_length

1548     * control structure, but chunk_length may be changed later.
1551 png_uint_32 chunk_length; /* From header (or modified below) */
1593 chunk->chunk_length = file->length;
1668 length = chunk->chunk_length;
1697 length = chunk->chunk_length;
1947 list->lengths[(list->count)++] = file->chunk->chunk_length;
1992 file->chunk->chunk_length = rechunk_length(idat);
2586 assert(zlib->rewrite_offset < chunk->chunk_length);
2588 rc = zlib_advance(zlib, chunk->chunk_length - zlib->rewrite_offset);
2595 chunk->chunk_length -= zlib->extra_bytes;
2783 * When this routine returns, chunk_length and chunk_type will be set for the
2851 file->chunk->chunk_length = file->length;
2882 if (chunk->chunk_length != 13)
3193 * - these bytes are stored in chunk_length and chunk_type. This block is
3246 length = chunk->chunk_length;
3282 length = chunk->chunk_length;
3363 * particular chunk_length (and therefore the length local)
3435 * chunk_write == chunk_length+8..chunk_length+11
3469 length = chunk->chunk_length = rechunk_length(file->idat);