Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
z_stream_s Struct Reference

#include <zlib.h>

Data Fields

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
 

Detailed Description

Definition at line 86 of file zlib.h.

Field Documentation

◆ adler

uLong z_stream_s::adler

Definition at line 104 of file zlib.h.

Referenced by gzscan(), and gztack().

◆ 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

z_const char* z_stream_s::msg

Definition at line 95 of file zlib.h.

Referenced by gunpipe(), gunzip(), gzip_normalize(), lunpipe(), and unzReadCurrentFile().

◆ next_in

z_const 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

Definition at line 105 of file zlib.h.

◆ state

struct internal_state FAR* z_stream_s::state

Definition at line 96 of file zlib.h.

◆ 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: