pngcrush
1.8.13
About: Pngcrush is an optimizer for PNG (Portable Network Graphics) files.
![]() ![]() |
#include <gzguts.h>
Data Fields | |
struct gzFile_s | x |
int | mode |
int | fd |
char * | path |
unsigned | size |
unsigned | want |
unsigned char * | in |
unsigned char * | out |
int | direct |
int | how |
long | start |
int | eof |
int | past |
int | level |
int | strategy |
long | skip |
int | seek |
int | err |
char * | msg |
z_stream | strm |
int gz_state::direct |
Definition at line 188 of file gzguts.h.
Referenced by gz_open(), gzclose_w(), and gzdirect().
int gz_state::eof |
Definition at line 192 of file gzguts.h.
Referenced by gzclearerr(), and gzseek64().
int gz_state::err |
Definition at line 201 of file gzguts.h.
Referenced by gzclose_r(), gzclose_w(), gzerror(), gzflush(), gzfread(), gzfwrite(), gzgetc(), gzgets(), gzprintf(), gzputc(), gzputs(), gzread(), gzrewind(), gzseek64(), gzsetparams(), gzungetc(), and gzwrite().
int gz_state::fd |
Definition at line 182 of file gzguts.h.
Referenced by gz_open(), gzclose_r(), gzclose_w(), gzoffset64(), gzrewind(), and gzseek64().
int gz_state::how |
Definition at line 190 of file gzguts.h.
Referenced by gzdirect(), and gzseek64().
unsigned char* gz_state::in |
Definition at line 186 of file gzguts.h.
Referenced by gzclose_r(), gzclose_w(), gzprintf(), and gzputc().
int gz_state::level |
Definition at line 195 of file gzguts.h.
Referenced by gz_open(), and gzsetparams().
int gz_state::mode |
Definition at line 181 of file gzguts.h.
Referenced by gz_open(), gzbuffer(), gzclearerr(), gzclose(), gzclose_r(), gzclose_w(), gzdirect(), gzeof(), gzerror(), gzflush(), gzfread(), gzfwrite(), gzgetc(), gzgets(), gzoffset64(), gzprintf(), gzputc(), gzputs(), gzread(), gzrewind(), gzseek64(), gzsetparams(), gztell64(), gzungetc(), and gzwrite().
char* gz_state::msg |
unsigned char* gz_state::out |
Definition at line 187 of file gzguts.h.
Referenced by gzclose_r(), gzclose_w(), and gzungetc().
int gz_state::past |
Definition at line 193 of file gzguts.h.
Referenced by gzclearerr(), gzeof(), gzgets(), gzseek64(), and gzungetc().
char* gz_state::path |
Definition at line 183 of file gzguts.h.
Referenced by gz_open(), gzclose_r(), and gzclose_w().
int gz_state::seek |
Definition at line 199 of file gzguts.h.
Referenced by gz_read(), gz_write(), gzclose_w(), gzflush(), gzgets(), gzprintf(), gzputc(), gzseek64(), gzsetparams(), gztell64(), and gzungetc().
unsigned gz_state::size |
Definition at line 184 of file gzguts.h.
Referenced by gz_open(), gzbuffer(), gzclose_r(), gzclose_w(), gzprintf(), gzputc(), gzsetparams(), and gzungetc().
long gz_state::skip |
Definition at line 198 of file gzguts.h.
Referenced by gzclose_w(), gzflush(), gzgets(), gzprintf(), gzputc(), gzseek64(), gzsetparams(), gztell64(), and gzungetc().
long gz_state::start |
Definition at line 191 of file gzguts.h.
Referenced by gz_open(), and gzrewind().
int gz_state::strategy |
Definition at line 196 of file gzguts.h.
Referenced by gz_open(), and gzsetparams().
z_stream gz_state::strm |
Definition at line 204 of file gzguts.h.
Referenced by gzclose_r(), gzclose_w(), gzoffset64(), gzprintf(), gzputc(), gzseek64(), and gzsetparams().
unsigned gz_state::want |
Definition at line 185 of file gzguts.h.
Referenced by gz_open(), and gzbuffer().
struct gzFile_s gz_state::x |
Definition at line 176 of file gzguts.h.
Referenced by gz_reset(), gzdirect(), gzgetc(), gzgets(), gzprintf(), gzputc(), gzseek64(), gztell64(), and gzungetc().