ReactOS 0.4.15-dev-8058-ga7cbb60
z_stream_s Struct Reference

#include <zlib.h>

Collaboration diagram for z_stream_s:

Public Attributes

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

Detailed Description

Definition at line 58 of file zlib.h.

Member Data Documentation

◆ adler

uLong z_stream_s::adler

Definition at line 76 of file zlib.h.

◆ avail_in

◆ avail_out

◆ data_type

int z_stream_s::data_type

Definition at line 74 of file zlib.h.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

◆ msg [1/2]

z_const char * z_stream_s::msg

◆ msg [2/2]

char* z_stream_s::msg

Definition at line 77 of file zlib.h.

◆ next_in [1/2]

◆ next_in [2/2]

Bytef* z_stream_s::next_in

Definition at line 69 of file zlib.h.

◆ next_out

◆ opaque

voidpf z_stream_s::opaque

◆ reserved

uLong z_stream_s::reserved

Definition at line 77 of file zlib.h.

◆ state

struct internal_state FAR * z_stream_s::state

Definition at line 68 of file zlib.h.

◆ total_in

◆ total_out

◆ zalloc

◆ zfree


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