ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
z_stream_s Struct Reference

#include <geant4/tree/geant4-10.6-release/source/externals/zlib/include/zlib.h>

+ Collaboration diagram for z_stream_s:

Public Attributes

z_const Bytef * next_in
 
uInt avail_in
 
uLong total_in
 
Bytef * next_out
 
uInt avail_out
 
uLong total_out
 
z_const char * msg
 
struct internal_state FAR * state
 
alloc_func zalloc
 
free_func zfree
 
voidpf opaque
 
int data_type
 
uLong adler
 
uLong reserved
 

Detailed Description

Definition at line 86 of file zlib.h.

View newest version in sPHENIX GitHub at line 86 of file zlib.h

Member Data Documentation

uLong z_stream_s::adler

Definition at line 104 of file zlib.h.

View newest version in sPHENIX GitHub at line 104 of file zlib.h

uInt z_stream_s::avail_in

Definition at line 88 of file zlib.h.

View newest version in sPHENIX GitHub at line 88 of file zlib.h

Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::init(), cheprep::DeflateOutputStreamBuffer::overflow(), and uncompress2().

int z_stream_s::data_type

Definition at line 102 of file zlib.h.

View newest version in sPHENIX GitHub at line 102 of file zlib.h

z_const char* z_stream_s::msg

Definition at line 95 of file zlib.h.

View newest version in sPHENIX GitHub at line 95 of file zlib.h

Referenced by cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer().

z_const Bytef* z_stream_s::next_in
voidpf z_stream_s::opaque

Definition at line 100 of file zlib.h.

View newest version in sPHENIX GitHub at line 100 of file zlib.h

Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer(), and uncompress2().

uLong z_stream_s::reserved

Definition at line 105 of file zlib.h.

View newest version in sPHENIX GitHub at line 105 of file zlib.h

struct internal_state FAR* z_stream_s::state

Definition at line 96 of file zlib.h.

View newest version in sPHENIX GitHub at line 96 of file zlib.h

Referenced by cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer().

uLong z_stream_s::total_in

Definition at line 89 of file zlib.h.

View newest version in sPHENIX GitHub at line 89 of file zlib.h

uLong z_stream_s::total_out

Definition at line 93 of file zlib.h.

View newest version in sPHENIX GitHub at line 93 of file zlib.h

Referenced by compress2(), and uncompress2().

alloc_func z_stream_s::zalloc

Definition at line 98 of file zlib.h.

View newest version in sPHENIX GitHub at line 98 of file zlib.h

Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer(), and uncompress2().

free_func z_stream_s::zfree

Definition at line 99 of file zlib.h.

View newest version in sPHENIX GitHub at line 99 of file zlib.h

Referenced by compress2(), cheprep::DeflateOutputStreamBuffer::DeflateOutputStreamBuffer(), and uncompress2().


The documentation for this struct was generated from the following file: