Searched refs:apply_func_t (Results 1 – 6 of 6) sorted by relevance
189 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_arm_auto_global); in phpdbg_print_symbols()
1361 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
151 typedef int (*apply_func_t)(zval *pDest); typedef157 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);167 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);
262 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor); in shutdown_destructors()
2059 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply()2192 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply()
636 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()
Completed in 38 milliseconds