Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
gzfile Struct Reference

Data Fields

struct zstream z
VALUE io
int level
time_t mtime
int os_code
VALUE orig_name
VALUE comment
unsigned long crc
int lineno
long ungetc
void(* end )(struct gzfile *)
rb_encodingenc
rb_encodingenc2
rb_econv_tec
int ecflags
VALUE ecopts
char * cbuf
VALUE path

Detailed Description

Definition at line 2188 of file zlib.c.


Field Documentation

char* gzfile::cbuf

Definition at line 2205 of file zlib.c.

Referenced by gzfile_free(), gzfile_getc(), and gzfile_new().

unsigned long gzfile::crc

Definition at line 2202 of file zlib.c.

Referenced by gzfile_getc(), gzfile_new(), gzfile_newstr(), gzfile_reset(), and rb_gzfile_ecopts().

Definition at line 2203 of file zlib.c.

Referenced by gzfile_new(), gzfile_newstr(), gzfile_reset(), and rb_gzfile_ecopts().

Definition at line 2204 of file zlib.c.

Referenced by gzfile_mark(), gzfile_new(), gzfile_newstr(), gzfile_reset(), and rb_gzfile_ecopts().

void(* gzfile::end)(struct gzfile *)

Definition at line 2199 of file zlib.c.

Referenced by gzfile_close(), and gzfile_new().

time_t gzfile::mtime

Definition at line 2193 of file zlib.c.

Referenced by gzfile_make_header(), gzfile_new(), gzfile_read_header(), and rb_gzfile_os_code().

Definition at line 2198 of file zlib.c.

Referenced by gzfile_calc_crc(), gzfile_new(), gzfile_reset(), gzfile_ungetbyte(), and gzfile_ungets().


The documentation for this struct was generated from the following file: