Ruby  1.9.3p537(2014-02-19revision0)
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 1952 of file zlib.c.


Field Documentation

char* gzfile::cbuf

Definition at line 1969 of file zlib.c.

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

unsigned long gzfile::crc

Definition at line 1966 of file zlib.c.

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

Definition at line 1967 of file zlib.c.

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

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

Referenced by gzfile_close(), and gzfile_new().

time_t gzfile::mtime

Definition at line 1957 of file zlib.c.

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

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