Home
last modified time | relevance | path

Searched refs:php_stream_filter_unregister_factory (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/main/streams/
H A Dphp_stream_filter_api.h146 PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern);
H A Dfilter.c52 PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern) in php_stream_filter_unregister_factory() function
/PHP-8.1/ext/bz2/
H A Dbz2.c289 php_stream_filter_unregister_factory("bzip2.*"); in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.1/ext/zlib/
H A Dzlib.c1403 php_stream_filter_unregister_factory("zlib.*"); in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.1/ext/standard/
H A Dfilters.c1952 php_stream_filter_unregister_factory(standard_filters[i].ops->label); in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.1/ext/iconv/
H A Diconv.c2651 if (FAILURE == php_stream_filter_unregister_factory( in php_iconv_stream_filter_unregister_factory()

Completed in 35 milliseconds