Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Structures | Data Fields
zstream Struct Reference

Data Structures

struct  zstream_funcs
 

Data Fields

unsigned long flags
 
VALUE buf
 
VALUE input
 
VALUE mutex
 
z_stream stream
 
const struct zstream::zstream_funcsfunc
 

Detailed Description

Definition at line 530 of file zlib.c.

Field Documentation

◆ buf

VALUE zstream::buf

Definition at line 532 of file zlib.c.

◆ flags

unsigned long zstream::flags

Definition at line 531 of file zlib.c.

◆ func

const struct zstream::zstream_funcs * zstream::func ( void  )

◆ input

VALUE zstream::input

Definition at line 533 of file zlib.c.

◆ mutex

VALUE zstream::mutex

Definition at line 534 of file zlib.c.

◆ stream

z_stream zstream::stream

Definition at line 535 of file zlib.c.


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