Home | History | Annotate | Download | only in tools

Lines Matching refs:process_chunk

2769 /* The three routines read_chunk, process_chunk and sync_stream can only be
2770 * called via a call to read_chunk and only exit at a return from process_chunk.
2777 * -> process_chunk
2778 * -> process_chunk
2784 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length,
2966 * header. Executes stop on a fatal error, otherwise calls process_chunk.
3009 process_chunk(file, file_crc, 0, 0);
3039 process_chunk(file, file_crc, next_length, next_type);
3053 * process_chunk. So the invariant that IEND leaves the file position
3085 * routine (via process_chunk) instantiates a chunk or IDAT control structure
3141 process_chunk(file, file_crc, next_length, next_type);
3149 process_chunk(file, file_crc, 0, 0);
3235 * use the checks in process_chunk, but that seems unnecessary.)