Ruby  2.0.0p247(2013-06-27revision41674)
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 537 of file zlib.c.


Field Documentation

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

Definition at line 539 of file zlib.c.

Referenced by zstream_end(), and zstream_finalize().

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

Definition at line 538 of file zlib.c.

Referenced by zstream_reset().

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

Definition at line 540 of file zlib.c.

Referenced by zstream_run_func().


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