Home
last modified time | relevance | path

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

/php-src/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.c1363 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
/php-src/Zend/
H A Dzend_hash.h150 typedef int (*apply_func_t)(zval *pDest); typedef
156 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
166 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);
H A Dzend_execute_API.c261 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor); in shutdown_destructors()
H A Dzend_hash.c2054 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply()
2187 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply()
/php-src/ext/pgsql/
H A Dpgsql.c511 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()

Completed in 42 milliseconds