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

/PHP_5_5/ext/standard/
H A Dfilters.c2106 } standard_filters[] = { variable in typeref:struct:__anon228
2119 PHP_MINIT_FUNCTION(standard_filters)
2123 for (i = 0; standard_filters[i].ops; i++) {
2125 standard_filters[i].ops->label,
2126 standard_filters[i].factory
2134 PHP_MSHUTDOWN_FUNCTION(standard_filters)
2138 for (i = 0; standard_filters[i].ops; i++) {
2139 php_stream_filter_unregister_factory(standard_filters[i].ops->label TSRMLS_CC);
H A Dphp_standard.h64 PHP_MINIT_FUNCTION(standard_filters); variable
65 PHP_MSHUTDOWN_FUNCTION(standard_filters); variable
H A Dbasic_functions.c3645 BASIC_MINIT_SUBMODULE(standard_filters)
3722 BASIC_MSHUTDOWN_SUBMODULE(standard_filters)

Completed in 43 milliseconds