Prusa MINI Firmware overview
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 char * msg
 
struct internal_state FARstate
 
alloc_func zalloc
 
free_func zfree
 
voidpf opaque
 
int data_type
 
uLong adler
 
uLong reserved
 

Member Data Documentation

◆ next_in

z_const Bytef* z_stream_s::next_in

◆ avail_in

uInt z_stream_s::avail_in

◆ total_in

uLong z_stream_s::total_in

◆ next_out

Bytef* z_stream_s::next_out

◆ avail_out

uInt z_stream_s::avail_out

◆ total_out

uLong z_stream_s::total_out

◆ msg

z_const char* z_stream_s::msg

◆ state

struct internal_state FAR* z_stream_s::state

◆ zalloc

alloc_func z_stream_s::zalloc

◆ zfree

free_func z_stream_s::zfree

◆ opaque

voidpf z_stream_s::opaque

◆ data_type

int z_stream_s::data_type

◆ adler

uLong z_stream_s::adler

◆ reserved

uLong z_stream_s::reserved