Searched refs:standard_filters (Results 1 – 3 of 3) sorted by relevance
57 PHP_MINIT_FUNCTION(standard_filters);58 PHP_MSHUTDOWN_FUNCTION(standard_filters);
1920 } standard_filters[] = { variable1932 PHP_MINIT_FUNCTION(standard_filters) in PHP_MINIT_FUNCTION() argument1936 for (i = 0; standard_filters[i].ops; i++) { in PHP_MINIT_FUNCTION()1938 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()1939 standard_filters[i].factory in PHP_MINIT_FUNCTION()1947 PHP_MSHUTDOWN_FUNCTION(standard_filters) in PHP_MSHUTDOWN_FUNCTION() argument1951 for (i = 0; standard_filters[i].ops; i++) { in PHP_MSHUTDOWN_FUNCTION()1952 php_stream_filter_unregister_factory(standard_filters[i].ops->label); in PHP_MSHUTDOWN_FUNCTION()
364 BASIC_MINIT_SUBMODULE(standard_filters) in PHP_MINIT_FUNCTION()453 BASIC_MSHUTDOWN_SUBMODULE(standard_filters) in PHP_MSHUTDOWN_FUNCTION()
Completed in 16 milliseconds