Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
struct zstream * | z |
int | flush |
int | interrupt |
int | jump_state |
int | stream_output |
int zstream_run_args::flush |
Definition at line 574 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().
int zstream_run_args::interrupt |
Definition at line 575 of file zlib.c.
Referenced by zstream_run(), zstream_run_func(), and zstream_unblock_func().
int zstream_run_args::jump_state |
Definition at line 576 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().
int zstream_run_args::stream_output |
Definition at line 577 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().
struct zstream* zstream_run_args::z |
Definition at line 573 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().