php_stream_gzopen   68 ext/zlib/php_zlib.h php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
php_stream_gzopen  582 ext/zlib/zlib.c 	stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC);
php_stream_gzopen  621 ext/zlib/zlib.c 	stream = php_stream_gzopen(NULL, filename, mode, flags, NULL, NULL STREAMS_CC);
php_stream_gzopen  649 ext/zlib/zlib.c 	stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC);
php_stream_gzopen  166 ext/zlib/zlib_fopen_wrapper.c 	php_stream_gzopen,