Ruby 1.9.3p327(2012-11-10revision37606)
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 1955 of file zlib.c.


Field Documentation

char* gzfile::cbuf

Definition at line 1972 of file zlib.c.

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

unsigned long gzfile::crc

Definition at line 1969 of file zlib.c.

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

Definition at line 1970 of file zlib.c.

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

Definition at line 1971 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 1966 of file zlib.c.

Referenced by gzfile_close(), and gzfile_new().

time_t gzfile::mtime

Definition at line 1960 of file zlib.c.

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

Definition at line 1965 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: