cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Attributes | List of all members
z_stream_s Struct Reference

#include <zlib.h>

Public Attributes

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

Detailed Description

Definition at line 124 of file zlib.h.

Member Data Documentation

uLong z_stream_s::adler

Definition at line 141 of file zlib.h.

uInt z_stream_s::avail_in

Definition at line 126 of file zlib.h.

uInt z_stream_s::avail_out

Definition at line 130 of file zlib.h.

int z_stream_s::data_type

Definition at line 140 of file zlib.h.

char* z_stream_s::msg

Definition at line 133 of file zlib.h.

Bytef* z_stream_s::next_in

Definition at line 125 of file zlib.h.

Bytef* z_stream_s::next_out

Definition at line 129 of file zlib.h.

voidpf z_stream_s::opaque

Definition at line 138 of file zlib.h.

uLong z_stream_s::reserved

Definition at line 142 of file zlib.h.

struct internal_state FAR* z_stream_s::state

Definition at line 134 of file zlib.h.

uLong z_stream_s::total_in

Definition at line 127 of file zlib.h.

uLong z_stream_s::total_out

Definition at line 131 of file zlib.h.

alloc_func z_stream_s::zalloc

Definition at line 136 of file zlib.h.

free_func z_stream_s::zfree

Definition at line 137 of file zlib.h.


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