Searched refs:cGzipFile (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/zlib/
H A Dzlib.c4203 VALUE cGzipFile, cGzipWriter, cGzipReader; local
4390 cGzipFile = rb_define_class_under(mZlib, "GzipFile", rb_cObject);
4391 cGzError = rb_define_class_under(cGzipFile, "Error", cZError);
4397 cNoFooter = rb_define_class_under(cGzipFile, "NoFooter", cGzError);
4398 cCRCError = rb_define_class_under(cGzipFile, "CRCError", cGzError);
4399 cLengthError = rb_define_class_under(cGzipFile,"LengthError",cGzError);
4401 cGzipWriter = rb_define_class_under(mZlib, "GzipWriter", cGzipFile);
4402 cGzipReader = rb_define_class_under(mZlib, "GzipReader", cGzipFile);
4405 rb_define_singleton_method(cGzipFile, "wrap", rb_gzfile_s_wrap, -1);
4406 rb_undef_alloc_func(cGzipFile);
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_c.rb1121 cGzipFile = rb_define_class_under(mZlib, "GzipFile", rb_cObject);
1122 cGzipWriter = rb_define_class_under(mZlib, "GzipWriter", cGzipFile);

Completed in 268 milliseconds