php_stream_filter_register_factory  340 ext/bz2/bz2.c  	php_stream_filter_register_factory("bzip2.*", &php_bz2_filter_factory);
php_stream_filter_register_factory 2915 ext/iconv/iconv.c 	if (FAILURE == php_stream_filter_register_factory(
php_stream_filter_register_factory  430 ext/mcrypt/mcrypt.c 	php_stream_filter_register_factory("mcrypt.*", &php_mcrypt_filter_factory);
php_stream_filter_register_factory  431 ext/mcrypt/mcrypt.c 	php_stream_filter_register_factory("mdecrypt.*", &php_mcrypt_filter_factory);
php_stream_filter_register_factory 2087 ext/standard/filters.c 		if (FAILURE == php_stream_filter_register_factory(
php_stream_filter_register_factory 1431 ext/zlib/zlib.c 	php_stream_filter_register_factory("zlib.*", &php_zlib_filter_factory);
php_stream_filter_register_factory  149 main/streams/php_stream_filter_api.h PHPAPI int php_stream_filter_register_factory(const char *filterpattern, php_stream_filter_factory *factory);