php_stream_filter_unregister_factory  347 ext/bz2/bz2.c  	php_stream_filter_unregister_factory("bzip2.*");
php_stream_filter_unregister_factory 2927 ext/iconv/iconv.c 	if (FAILURE == php_stream_filter_unregister_factory(
php_stream_filter_unregister_factory  439 ext/mcrypt/mcrypt.c 	php_stream_filter_unregister_factory("mcrypt.*");
php_stream_filter_unregister_factory  440 ext/mcrypt/mcrypt.c 	php_stream_filter_unregister_factory("mdecrypt.*");
php_stream_filter_unregister_factory 2102 ext/standard/filters.c 		php_stream_filter_unregister_factory(standard_filters[i].ops->label);
php_stream_filter_unregister_factory 1472 ext/zlib/zlib.c 	php_stream_filter_unregister_factory("zlib.*");
php_stream_filter_unregister_factory  150 main/streams/php_stream_filter_api.h PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern);