2005/5/9

     
 

struct z_stream_s

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

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
 

uInt z_stream_s::avail_in
 

uInt z_stream_s::avail_out
 

int z_stream_s::data_type
 

char* z_stream_s::msg
 

Bytef* z_stream_s::next_in
 

Bytef* z_stream_s::next_out
 

voidpf z_stream_s::opaque
 

uLong z_stream_s::reserved
 

struct internal_state FAR* z_stream_s::state
 

uLong z_stream_s::total_in
 

uLong z_stream_s::total_out
 

alloc_func z_stream_s::zalloc
 

free_func z_stream_s::zfree