|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Public Attributes | |
| Byte * | next_in |
| uInt | avail_in |
| uLong | total_in |
| Byte * | next_out |
| uInt | avail_out |
| uLong | total_out |
| char * | msg |
| struct internal_state * | state |
| alloc_func | zalloc |
| free_func | zfree |
| voidpf | opaque |
| int | data_type |
| uLong | adler |
| uLong | reserved |
| uLong z_stream_s::adler |
Definition at line 259 of file unzip.cpp.
Referenced by inflate(), inflate_blocks_reset(), and inflate_flush().
| uInt z_stream_s::avail_in |
Definition at line 244 of file unzip.cpp.
Referenced by unzOpenCurrentFile(), and unzReadCurrentFile().
| uInt z_stream_s::avail_out |
Definition at line 248 of file unzip.cpp.
Referenced by inflate_flush(), and unzReadCurrentFile().
| char* z_stream_s::msg |
Definition at line 251 of file unzip.cpp.
Referenced by inflate(), inflate_blocks(), inflate_codes(), inflate_fast(), inflate_trees_bits(), inflate_trees_dynamic(), inflateInit2(), and inflateReset().
| Byte* z_stream_s::next_in |
Definition at line 243 of file unzip.cpp.
Referenced by inflate(), and unzReadCurrentFile().
| Byte* z_stream_s::next_out |
Definition at line 247 of file unzip.cpp.
Referenced by inflate_flush(), and unzReadCurrentFile().
| voidpf z_stream_s::opaque |
Definition at line 256 of file unzip.cpp.
Referenced by inflateInit2(), and unzOpenCurrentFile().
| struct internal_state* z_stream_s::state |
Definition at line 252 of file unzip.cpp.
Referenced by inflate(), inflateEnd(), inflateInit2(), and inflateReset().
| uLong z_stream_s::total_in |
Definition at line 245 of file unzip.cpp.
Referenced by inflateReset().
| uLong z_stream_s::total_out |
Definition at line 249 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_flush(), inflateReset(), unzOpenCurrentFile(), unzReadCurrentFile(), and unztell().
| alloc_func z_stream_s::zalloc |
Definition at line 254 of file unzip.cpp.
Referenced by inflateInit2(), and unzOpenCurrentFile().
| free_func z_stream_s::zfree |
Definition at line 255 of file unzip.cpp.
Referenced by inflateEnd(), inflateInit2(), and unzOpenCurrentFile().