Ruby
2.4.2p198(2017-09-14revision59899)
|
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 |
char* gzfile::cbuf |
Definition at line 2194 of file zlib.c.
Referenced by gzfile_free(), gzfile_getc(), gzfile_init(), and gzfile_memsize().
VALUE gzfile::comment |
Definition at line 2184 of file zlib.c.
Referenced by gzfile_close(), gzfile_init(), gzfile_make_header(), gzfile_mark(), gzfile_read_header(), rb_gzfile_comment(), and rb_gzfile_set_comment().
unsigned long gzfile::crc |
Definition at line 2185 of file zlib.c.
Referenced by gzfile_calc_crc(), gzfile_check_footer(), gzfile_init(), gzfile_make_footer(), gzfile_reset(), gzfile_write(), rb_gzfile_crc(), and zlib_s_gzip().
rb_econv_t* gzfile::ec |
Definition at line 2192 of file zlib.c.
Referenced by gzfile_getc(), gzfile_init(), gzfile_newstr(), gzfile_reset(), and rb_gzfile_ecopts().
int gzfile::ecflags |
Definition at line 2186 of file zlib.c.
Referenced by gzfile_init(), gzfile_newstr(), gzfile_reset(), and rb_gzfile_ecopts().
VALUE gzfile::ecopts |
Definition at line 2193 of file zlib.c.
Referenced by gzfile_init(), gzfile_mark(), gzfile_newstr(), gzfile_reset(), and rb_gzfile_ecopts().
rb_encoding* gzfile::enc |
Definition at line 2190 of file zlib.c.
Referenced by check_path_encoding(), gzfile_getc(), gzfile_init(), gzfile_newstr(), gzfile_reset(), gzreader_charboundary(), gzreader_gets(), rb_gzfile_ecopts(), rb_gzreader_external_encoding(), and rb_str_encode_ospath().
rb_encoding* gzfile::enc2 |
Definition at line 2191 of file zlib.c.
Referenced by gzfile_getc(), gzfile_init(), gzfile_newstr(), gzfile_reset(), rb_gzfile_ecopts(), rb_gzreader_ungetc(), and rb_gzwriter_write().
void(* gzfile::end) (struct gzfile *) |
Definition at line 2189 of file zlib.c.
Referenced by gzfile_close(), and gzfile_init().
VALUE gzfile::io |
Definition at line 2179 of file zlib.c.
Referenced by gzfile_close(), gzfile_init(), gzfile_mark(), gzfile_read_raw_ensure(), gzfile_read_raw_partial(), gzfile_read_raw_rescue(), gzfile_reader_rewind(), gzfile_s_open(), gzfile_write_raw(), rb_gzfile_close(), rb_gzfile_closed_p(), rb_gzfile_finish(), rb_gzfile_to_io(), rb_gzreader_initialize(), rb_gzwriter_flush(), rb_gzwriter_initialize(), and zlib_gunzip().
int gzfile::level |
Definition at line 2180 of file zlib.c.
Referenced by gzfile_init(), gzfile_make_header(), gzfile_read_header(), rb_gzwriter_initialize(), and zlib_s_gzip().
int gzfile::lineno |
Definition at line 2187 of file zlib.c.
Referenced by gzfile_init(), gzfile_reset(), gzreader_gets(), rb_gzfile_lineno(), and rb_gzfile_set_lineno().
time_t gzfile::mtime |
Definition at line 2182 of file zlib.c.
Referenced by gzfile_init(), gzfile_make_header(), gzfile_read_header(), rb_gzfile_mtime(), and rb_gzfile_set_mtime().
VALUE gzfile::orig_name |
Definition at line 2183 of file zlib.c.
Referenced by gzfile_close(), gzfile_init(), gzfile_make_header(), gzfile_mark(), gzfile_read_header(), rb_gzfile_orig_name(), and rb_gzfile_set_orig_name().
int gzfile::os_code |
Definition at line 2181 of file zlib.c.
Referenced by gzfile_init(), gzfile_make_header(), gzfile_read_header(), and rb_gzfile_os_code().
VALUE gzfile::path |
Definition at line 2195 of file zlib.c.
Referenced by apply2files(), gzfile_init(), gzfile_mark(), rb_gzfile_path(), rb_gzreader_initialize(), rb_gzwriter_initialize(), and rb_str_encode_ospath().
long gzfile::ungetc |
Definition at line 2188 of file zlib.c.
Referenced by gzfile_calc_crc(), gzfile_init(), gzfile_reset(), gzfile_ungetbyte(), and gzfile_ungets().
struct zstream gzfile::z |
Definition at line 2178 of file zlib.c.
Referenced by get_gzfile(), gzfile_check_footer(), gzfile_ensure_close(), gzfile_fill(), gzfile_free(), gzfile_getc(), gzfile_init(), gzfile_make_footer(), gzfile_make_header(), gzfile_mark(), gzfile_raise(), gzfile_read(), gzfile_read_all(), gzfile_read_header(), gzfile_read_more(), gzfile_read_raw_ensure(), gzfile_read_raw_until_zero(), gzfile_reader_end(), gzfile_reader_end_run(), gzfile_reader_get_unused(), gzfile_reader_rewind(), gzfile_readpartial(), gzfile_reset(), gzfile_ungetbyte(), gzfile_ungets(), gzfile_write(), gzfile_write_raw(), gzfile_writer_end(), gzfile_writer_end_run(), gzreader_charboundary(), gzreader_gets(), gzreader_skip_linebreaks(), rb_gzfile_close(), rb_gzfile_set_comment(), rb_gzfile_set_mtime(), rb_gzfile_set_orig_name(), rb_gzfile_set_sync(), rb_gzfile_sync(), rb_gzfile_total_in(), rb_gzfile_total_out(), rb_gzreader_initialize(), rb_gzwriter_flush(), rb_gzwriter_initialize(), zlib_gunzip(), zlib_gunzip_end(), zlib_gzip_end(), and zlib_s_gzip().