NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
z_stream_s Struct Reference
Collaboration diagram for z_stream_s:

Public Attributes

Bytenext_in
 
uInt avail_in
 
uLong total_in
 
Bytenext_out
 
uInt avail_out
 
uLong total_out
 
char * msg
 
struct internal_statestate
 
alloc_func zalloc
 
free_func zfree
 
voidpf opaque
 
int data_type
 
uLong adler
 
uLong reserved
 

Detailed Description

Definition at line 241 of file unzip.cpp.

Member Data Documentation

◆ adler

uLong z_stream_s::adler

Definition at line 259 of file unzip.cpp.

Referenced by inflate(), inflate_blocks_reset(), and inflate_flush().

◆ avail_in

uInt z_stream_s::avail_in

Definition at line 244 of file unzip.cpp.

Referenced by unzOpenCurrentFile(), and unzReadCurrentFile().

◆ avail_out

uInt z_stream_s::avail_out

Definition at line 248 of file unzip.cpp.

Referenced by inflate_flush(), and unzReadCurrentFile().

◆ data_type

int z_stream_s::data_type

Definition at line 258 of file unzip.cpp.

◆ msg

◆ next_in

Byte* z_stream_s::next_in

Definition at line 243 of file unzip.cpp.

Referenced by inflate(), and unzReadCurrentFile().

◆ next_out

Byte* z_stream_s::next_out

Definition at line 247 of file unzip.cpp.

Referenced by inflate_flush(), and unzReadCurrentFile().

◆ opaque

voidpf z_stream_s::opaque

Definition at line 256 of file unzip.cpp.

Referenced by inflateInit2(), and unzOpenCurrentFile().

◆ reserved

uLong z_stream_s::reserved

Definition at line 260 of file unzip.cpp.

◆ state

struct internal_state* z_stream_s::state

Definition at line 252 of file unzip.cpp.

Referenced by inflate(), inflateEnd(), inflateInit2(), and inflateReset().

◆ total_in

uLong z_stream_s::total_in

Definition at line 245 of file unzip.cpp.

Referenced by inflateReset().

◆ total_out

uLong z_stream_s::total_out

◆ zalloc

alloc_func z_stream_s::zalloc

Definition at line 254 of file unzip.cpp.

Referenced by inflateInit2(), and unzOpenCurrentFile().

◆ zfree

free_func z_stream_s::zfree

Definition at line 255 of file unzip.cpp.

Referenced by inflateEnd(), inflateInit2(), and unzOpenCurrentFile().


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