Geant4-11
Data Fields
z_stream_s Struct Reference

#include <zlib.h>

Data Fields

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

Detailed Description

Definition at line 86 of file zlib.h.

Field Documentation

◆ adler

uLong z_stream_s::adler

Definition at line 104 of file zlib.h.

◆ avail_in

uInt z_stream_s::avail_in

Definition at line 88 of file zlib.h.

Referenced by compress2(), and uncompress2().

◆ avail_out

uInt z_stream_s::avail_out

Definition at line 92 of file zlib.h.

Referenced by compress2(), and uncompress2().

◆ data_type

int z_stream_s::data_type

Definition at line 102 of file zlib.h.

◆ msg

z_const char* z_stream_s::msg

Definition at line 95 of file zlib.h.

◆ next_in

z_const Bytef* z_stream_s::next_in

Definition at line 87 of file zlib.h.

Referenced by compress2(), and uncompress2().

◆ next_out

Bytef* z_stream_s::next_out

Definition at line 91 of file zlib.h.

Referenced by compress2(), and uncompress2().

◆ opaque

voidpf z_stream_s::opaque

Definition at line 100 of file zlib.h.

Referenced by compress2(), and uncompress2().

◆ reserved

uLong z_stream_s::reserved

Definition at line 105 of file zlib.h.

◆ state

struct internal_state FAR* z_stream_s::state

Definition at line 96 of file zlib.h.

◆ total_in

uLong z_stream_s::total_in

Definition at line 89 of file zlib.h.

◆ total_out

uLong z_stream_s::total_out

Definition at line 93 of file zlib.h.

Referenced by compress2(), and uncompress2().

◆ zalloc

alloc_func z_stream_s::zalloc

Definition at line 98 of file zlib.h.

Referenced by compress2(), and uncompress2().

◆ zfree

free_func z_stream_s::zfree

Definition at line 99 of file zlib.h.

Referenced by compress2(), and uncompress2().


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