Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dphp_stream_filter_api.h145 PHPAPI int php_stream_filter_register_factory(const char *filterpattern, const php_stream_filter_fa…
H A Dfilter.c43 PHPAPI int php_stream_filter_register_factory(const char *filterpattern, const php_stream_filter_fa… in php_stream_filter_register_factory() function
/php-src/ext/bz2/
H A Dbz2.c282 php_stream_filter_register_factory("bzip2.*", &php_bz2_filter_factory); in PHP_MINIT_FUNCTION()
/php-src/ext/zlib/
H A Dzlib.c1333 php_stream_filter_register_factory("zlib.*", &php_zlib_filter_factory); in PHP_INI_END()
/php-src/ext/standard/
H A Dfilters.c1921 if (FAILURE == php_stream_filter_register_factory( in PHP_MINIT_FUNCTION()
/php-src/ext/iconv/
H A Diconv.c2631 if (FAILURE == php_stream_filter_register_factory( in php_iconv_stream_filter_register_factory()

Completed in 28 milliseconds