Home
last modified time | relevance | path

Searched refs:apply_func_t (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_info.c189 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_arm_auto_global); in phpdbg_print_symbols()
H A Dphpdbg_prompt.c1365 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
/PHP-8.3/Zend/
H A Dzend_hash.h148 typedef int (*apply_func_t)(zval *pDest); typedef
154 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
164 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);
H A Dzend_execute_API.c260 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor); in shutdown_destructors()
H A Dzend_hash.c2060 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply()
2193 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c517 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()

Completed in 38 milliseconds