Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

z_stream_s Struct Reference

#include <zlib.h>

List of all members.

Public Attributes

Bytefnext_in
uInt avail_in
uLong total_in
Bytefnext_out
uInt avail_out
uLong total_out
char * msg
internal_state FAR * state
alloc_func zalloc
free_func zfree
voidpf opaque
int data_type
uLong adler
uLong reserved


Member Data Documentation

uLong z_stream_s::adler
 

Definition at line 85 of file zlib.h.

uInt z_stream_s::avail_in
 

Definition at line 70 of file zlib.h.

uInt z_stream_s::avail_out
 

Definition at line 74 of file zlib.h.

Referenced by len(), and strategy().

int z_stream_s::data_type
 

Definition at line 84 of file zlib.h.

char* z_stream_s::msg
 

Definition at line 77 of file zlib.h.

Bytef* z_stream_s::next_in
 

Definition at line 69 of file zlib.h.

Bytef* z_stream_s::next_out
 

Definition at line 73 of file zlib.h.

Referenced by len(), and strategy().

voidpf z_stream_s::opaque
 

Definition at line 82 of file zlib.h.

Referenced by main().

uLong z_stream_s::reserved
 

Definition at line 86 of file zlib.h.

struct internal_state FAR* z_stream_s::state
 

Definition at line 78 of file zlib.h.

uLong z_stream_s::total_in
 

Definition at line 71 of file zlib.h.

uLong z_stream_s::total_out
 

Definition at line 75 of file zlib.h.

alloc_func z_stream_s::zalloc
 

Definition at line 80 of file zlib.h.

Referenced by main().

free_func z_stream_s::zfree
 

Definition at line 81 of file zlib.h.

Referenced by main().


The documentation for this struct was generated from the following file:
Generated on Sat Oct 13 16:08:57 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001