Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h149 PHPAPI int php_stream_filter_register_factory(const char *filterpattern, php_stream_filter_factory …
H A Dfilter.c47 PHPAPI int php_stream_filter_register_factory(const char *filterpattern, php_stream_filter_factory … in php_stream_filter_register_factory() function
/PHP-5.5/ext/bz2/
H A Dbz2.c314 php_stream_filter_register_factory("bzip2.*", &php_bz2_filter_factory TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c479 php_stream_filter_register_factory("mcrypt.*", &php_mcrypt_filter_factory TSRMLS_CC); in PHP_MINIT_FUNCTION()
480 php_stream_filter_register_factory("mdecrypt.*", &php_mcrypt_filter_factory TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/zlib/
H A Dzlib.c948 php_stream_filter_register_factory("zlib.*", &php_zlib_filter_factory TSRMLS_CC); in PHP_INI_END()
/PHP-5.5/ext/standard/
H A Dfilters.c2163 if (FAILURE == php_stream_filter_register_factory( in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/iconv/
H A Diconv.c2874 if (FAILURE == php_stream_filter_register_factory( in php_iconv_stream_filter_register_factory()

Completed in 31 milliseconds