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


Detailed Description

Definition at line 82 of file zlib.h.


Member Data Documentation

uLong z_stream_s::adler

Definition at line 99 of file zlib.h.

uInt z_stream_s::avail_in

Definition at line 84 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().

uInt z_stream_s::avail_out

Definition at line 88 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().

int z_stream_s::data_type

Definition at line 98 of file zlib.h.

char* z_stream_s::msg

Definition at line 91 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().

Bytef* z_stream_s::next_in

Definition at line 83 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().

Bytef* z_stream_s::next_out

Definition at line 87 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().

voidpf z_stream_s::opaque

Definition at line 96 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().

uLong z_stream_s::reserved

Definition at line 100 of file zlib.h.

struct internal_state FAR* z_stream_s::state

Definition at line 92 of file zlib.h.

uLong z_stream_s::total_in

Definition at line 85 of file zlib.h.

uLong z_stream_s::total_out

Definition at line 89 of file zlib.h.

Referenced by ZlibByteArray::compress().

alloc_func z_stream_s::zalloc

Definition at line 94 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().

free_func z_stream_s::zfree

Definition at line 95 of file zlib.h.

Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 7 16:58:12 2009 for Vidalia by  doxygen 1.4.7