pngcrush
1.8.13
About: Pngcrush is an optimizer for PNG (Portable Network Graphics) files.
![]() ![]() |
#include <zlib.h>
Data Fields | |
unsigned | have |
unsigned char * | next |
long | pos |
unsigned gzFile_s::have |
Definition at line 1830 of file zlib.h.
Referenced by gz_comp(), gz_load(), gz_reset(), gz_write(), gzdirect(), gzgetc(), gzgets(), gzputc(), gzseek64(), and gzungetc().
unsigned char* gzFile_s::next |
Definition at line 1831 of file zlib.h.
Referenced by gzgetc(), gzgets(), gzprintf(), gzseek64(), and gzungetc().
long gzFile_s::pos |
Definition at line 1832 of file zlib.h.
Referenced by gzgetc(), gzgets(), gzprintf(), gzputc(), gzseek64(), gztell64(), and gzungetc().