Searched refs:standard_filters (Results 1 – 3 of 3) sorted by relevance
54 PHP_MINIT_FUNCTION(standard_filters);55 PHP_MSHUTDOWN_FUNCTION(standard_filters);
1913 } standard_filters[] = { variable1925 PHP_MINIT_FUNCTION(standard_filters) in PHP_MINIT_FUNCTION() argument1929 for (i = 0; standard_filters[i].ops; i++) { in PHP_MINIT_FUNCTION()1931 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()1932 standard_filters[i].factory in PHP_MINIT_FUNCTION()1940 PHP_MSHUTDOWN_FUNCTION(standard_filters) in PHP_MSHUTDOWN_FUNCTION() argument1944 for (i = 0; standard_filters[i].ops; i++) { in PHP_MSHUTDOWN_FUNCTION()1945 php_stream_filter_unregister_factory(standard_filters[i].ops->label); in PHP_MSHUTDOWN_FUNCTION()
316 BASIC_MINIT_SUBMODULE(standard_filters) in PHP_MINIT_FUNCTION()388 BASIC_MSHUTDOWN_SUBMODULE(standard_filters) in PHP_MSHUTDOWN_FUNCTION()
Completed in 16 milliseconds