|
Ruby
1.9.3p448(2013-06-27revision41675)
|
Data Fields | |
| int(* | reset )(z_streamp) |
| int(* | end )(z_streamp) |
| int(* | run )(z_streamp, int) |
| int(* zstream::zstream_funcs::end)(z_streamp) |
Definition at line 496 of file zlib.c.
Referenced by zstream_end(), and zstream_finalize().
| int(* zstream::zstream_funcs::reset)(z_streamp) |
Definition at line 495 of file zlib.c.
Referenced by zstream_reset().
| int(* zstream::zstream_funcs::run)(z_streamp, int) |
Definition at line 497 of file zlib.c.
Referenced by zstream_run().
1.7.6.1