php_stream_filter_register_factory  311 ext/bz2/bz2.c  	php_stream_filter_register_factory("bzip2.*", &php_bz2_filter_factory TSRMLS_CC);
php_stream_filter_register_factory 2939 ext/iconv/iconv.c 	if (FAILURE == php_stream_filter_register_factory(
php_stream_filter_register_factory  459 ext/mcrypt/mcrypt.c 	php_stream_filter_register_factory("mcrypt.*", &php_mcrypt_filter_factory TSRMLS_CC);
php_stream_filter_register_factory  460 ext/mcrypt/mcrypt.c 	php_stream_filter_register_factory("mdecrypt.*", &php_mcrypt_filter_factory TSRMLS_CC);
php_stream_filter_register_factory 2163 ext/standard/filters.c 		if (FAILURE == php_stream_filter_register_factory(
php_stream_filter_register_factory  948 ext/zlib/zlib.c 	php_stream_filter_register_factory("zlib.*", &php_zlib_filter_factory TSRMLS_CC);
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 TSRMLS_DC);