pngfix.c | 607 /* Information about a sequence of IDAT chunks, the chunks have been re-synced 666 /* Insert a new, malloc'ed, block of IDAT information buffers, this 718 /* PUBLIC GLOBAL VARIABLES: USED INTERNALLY BY IDAT READ CODE */ 719 struct IDAT_list idat_cache; /* Cache of file IDAT information buffers */ 721 * structure to avoid reallocation between IDAT streams. 748 global->idat_max = 0; /* no re-chunking of IDAT */ 832 struct IDAT; 887 # define STATE_CHUNKS 1 /* Non-IDAT chunks are being written */ 888 # define STATE_IDAT 2 /* An IDAT stream is being written */ 894 struct IDAT * idat member in struct:file 1774 struct IDAT *idat = *idat_var; local 1970 struct IDAT *idat; local 2014 struct IDAT * idat; \/* NOTE: May be NULL *\/ member in struct:zlib 3363 struct IDAT *idat = file->idat; local 3527 struct IDAT idat; member in struct:control [all...] |