Searched defs:next_length (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
H A Dpngfix.c2778 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, argument
2780 /* Called when the chunk data has been read, next_length and next_type
2859 file->length = next_length;
2939 file->length = next_length;
3024 png_uint_32 next_length = get32(buffer, nused); local
3026 if (next_length < 0x7fffffff)
3033 process_chunk(file, file_crc, next_length, next_type);
3120 png_uint_32 next_length; local
3122 nread += read_4(file, &next_length);
3123 if (nread == 8 && next_length <
[all...]

Completed in 76 milliseconds