Home
last modified time | relevance | path

Searched refs:standard_filters (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dphp_standard.h64 PHP_MINIT_FUNCTION(standard_filters);
65 PHP_MSHUTDOWN_FUNCTION(standard_filters);
H A Dfilters.c2145 } standard_filters[] = { variable
2158 PHP_MINIT_FUNCTION(standard_filters) in PHP_MINIT_FUNCTION() argument
2162 for (i = 0; standard_filters[i].ops; i++) { in PHP_MINIT_FUNCTION()
2164 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()
2165 standard_filters[i].factory in PHP_MINIT_FUNCTION()
2173 PHP_MSHUTDOWN_FUNCTION(standard_filters) in PHP_MSHUTDOWN_FUNCTION() argument
2177 for (i = 0; standard_filters[i].ops; i++) { in PHP_MSHUTDOWN_FUNCTION()
2178 php_stream_filter_unregister_factory(standard_filters[i].ops->label TSRMLS_CC); in PHP_MSHUTDOWN_FUNCTION()
H A Dbasic_functions.c3649 BASIC_MINIT_SUBMODULE(standard_filters) in PHP_MINIT_FUNCTION()
3727 BASIC_MSHUTDOWN_SUBMODULE(standard_filters) in PHP_MSHUTDOWN_FUNCTION()

Completed in 31 milliseconds