Prusa MINI Firmware overview
gz_state Struct Reference

#include <gzguts.h>

Collaboration diagram for gz_state:

Public Attributes

struct gzFile_s x
 
int mode
 
int fd
 
char * path
 
unsigned size
 
unsigned want
 
unsigned char * in
 
unsigned char * out
 
int direct
 
int how
 
z_off64_t start
 
int eof
 
int past
 
int level
 
int strategy
 
z_off64_t skip
 
int seek
 
int err
 
char * msg
 
z_stream strm
 

Member Data Documentation

◆ x

struct gzFile_s gz_state::x

◆ mode

int gz_state::mode

◆ fd

int gz_state::fd

◆ path

char* gz_state::path

◆ size

unsigned gz_state::size

◆ want

unsigned gz_state::want

◆ in

unsigned char* gz_state::in

◆ out

unsigned char* gz_state::out

◆ direct

int gz_state::direct

◆ how

int gz_state::how

◆ start

z_off64_t gz_state::start

◆ eof

int gz_state::eof

◆ past

int gz_state::past

◆ level

int gz_state::level

◆ strategy

int gz_state::strategy

◆ skip

z_off64_t gz_state::skip

◆ seek

int gz_state::seek

◆ err

int gz_state::err

◆ msg

char* gz_state::msg

◆ strm

z_stream gz_state::strm