zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
z_stream_s Struct Reference

#include <zlib.h>

Public Attributes

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

Detailed Description

Definition at line 68 of file zlib.h.

Member Data Documentation

uLong z_stream_s::adler

Definition at line 85 of file zlib.h.

Referenced by test_dict_deflate(), and test_dict_inflate().

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.

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.

Referenced by test_deflate(), and test_inflate().

uLong z_stream_s::total_out

Definition at line 75 of file zlib.h.

Referenced by compress2(), test_deflate(), test_flush(), test_inflate(), test_large_inflate(), and uncompress().


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