Ruby
2.0.0p353(2013-11-22revision43784)
|
Data Fields | |
struct zstream * | z |
int | flush |
int | interrupt |
int | jump_state |
int | stream_output |
int zstream_run_args::flush |
Definition at line 577 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().
int zstream_run_args::interrupt |
Definition at line 578 of file zlib.c.
Referenced by zstream_run(), zstream_run_func(), and zstream_unblock_func().
int zstream_run_args::jump_state |
Definition at line 579 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().
int zstream_run_args::stream_output |
Definition at line 580 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().
struct zstream* zstream_run_args::z |
Definition at line 576 of file zlib.c.
Referenced by zstream_run(), and zstream_run_func().