Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <zlib.h>
Public Attributes | |
Bytef * | next_in |
uInt | avail_in |
uLong | total_in |
Bytef * | next_out |
uInt | avail_out |
uLong | total_out |
char * | msg |
struct internal_state FAR * | state |
alloc_func | zalloc |
free_func | zfree |
voidpf | opaque |
int | data_type |
uLong | adler |
uLong | reserved |
uInt z_stream_s::avail_in |
Definition at line 84 of file zlib.h.
Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::init(), and cheprep::DeflateOutputStreamBuffer::overflow().
uInt z_stream_s::avail_out |
Definition at line 88 of file zlib.h.
Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::finish(), cheprep::DeflateOutputStreamBuffer::flushOut(), cheprep::DeflateOutputStreamBuffer::init(), and cheprep::DeflateOutputStreamBuffer::overflow().
Bytef* z_stream_s::next_in |
Definition at line 83 of file zlib.h.
Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::init(), and cheprep::DeflateOutputStreamBuffer::overflow().
Bytef* z_stream_s::next_out |
Definition at line 87 of file zlib.h.
Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::finish(), cheprep::DeflateOutputStreamBuffer::flushOut(), cheprep::DeflateOutputStreamBuffer::init(), and cheprep::DeflateOutputStreamBuffer::overflow().
voidpf z_stream_s::opaque |
Definition at line 96 of file zlib.h.
Referenced by compress2(), and cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer().
struct internal_state FAR* z_stream_s::state |
uLong z_stream_s::total_out |
Definition at line 89 of file zlib.h.
Referenced by compress2().
alloc_func z_stream_s::zalloc |
Definition at line 94 of file zlib.h.
Referenced by compress2(), and cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer().
free_func z_stream_s::zfree |
Definition at line 95 of file zlib.h.
Referenced by compress2(), and cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer().