|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
| struct zstream | z |
| VALUE | io |
| int | level |
| int | os_code |
| time_t | mtime |
| VALUE | orig_name |
| VALUE | comment |
| unsigned long | crc |
| int | ecflags |
| int | lineno |
| long | ungetc |
| void(* | end )(struct gzfile *) |
| rb_encoding * | enc |
| rb_encoding * | enc2 |
| rb_econv_t * | ec |
| VALUE | ecopts |
| char * | cbuf |
| VALUE | path |
| rb_econv_t* gzfile::ec |
| rb_encoding* gzfile::enc |
Definition at line 2190 of file zlib.c.
Referenced by rb_str_encode_ospath().
| rb_encoding* gzfile::enc2 |
| VALUE gzfile::path |
Definition at line 2195 of file zlib.c.
Referenced by rb_str_encode_ospath().
1.8.13