QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
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
 

Member Data Documentation

◆ adler

uLong z_stream_s::adler

◆ avail_in

uInt z_stream_s::avail_in

◆ avail_out

uInt z_stream_s::avail_out

◆ data_type

int z_stream_s::data_type

◆ msg

char* z_stream_s::msg

◆ next_in

Bytef* z_stream_s::next_in

◆ next_out

Bytef* z_stream_s::next_out

◆ opaque

voidpf z_stream_s::opaque

◆ reserved

uLong z_stream_s::reserved

◆ state

struct internal_state FAR* z_stream_s::state

◆ total_in

uLong z_stream_s::total_in

◆ total_out

uLong z_stream_s::total_out

◆ zalloc

alloc_func z_stream_s::zalloc

◆ zfree

free_func z_stream_s::zfree

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