Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
zstream::zstream_funcs Struct Reference

Data Fields

int(* reset )(z_streamp)
 
int(* end )(z_streamp)
 
int(* run )(z_streamp, int)
 

Detailed Description

Definition at line 533 of file zlib.c.

Field Documentation

◆ end

int(* zstream::zstream_funcs::end) (z_streamp)

Definition at line 535 of file zlib.c.

Referenced by zstream_end(), and zstream_finalize().

◆ reset

int(* zstream::zstream_funcs::reset) (z_streamp)

Definition at line 534 of file zlib.c.

Referenced by zstream_reset().

◆ run

int(* zstream::zstream_funcs::run) (z_streamp, int)

Definition at line 536 of file zlib.c.

Referenced by zstream_run_func().


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