Searched refs:zend_hash_reverse_apply (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_ts_hash.c | 186 zend_hash_reverse_apply(TS_HASH(ht), apply_func TSRMLS_CC); in zend_ts_hash_reverse_apply()
|
H A D | zend_execute_API.c | 226 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor TSRMLS_CC); in shutdown_destructors() 294 zend_hash_reverse_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data TSRMLS_CC); in shutdown_executor() 309 …zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function TSRMLS_CC… in shutdown_executor() 310 zend_hash_reverse_apply(EG(class_table), (apply_func_t) clean_non_persistent_class TSRMLS_CC); in shutdown_executor()
|
H A D | zend_constants.c | 172 …zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant TSRMLS_CC… in clean_non_persistent_constants()
|
H A D | zend_hash.h | 148 ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
|
H A D | zend.c | 867 zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_cleanup TSRMLS_CC); in zend_deactivate_modules() 937 zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_unload_temp TSRMLS_CC); in zend_post_deactivate_modules()
|
H A D | zend_hash.c | 748 ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_hash_reverse_apply() function
|
Completed in 27 milliseconds