Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ts_hash.h51 ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func);
55 ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func);
H A Dzend_ts_hash.c157 ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func) in zend_ts_hash_apply()
182 ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func) in zend_ts_hash_reverse_apply()
H A Dzend_hash.h145 typedef int (*apply_func_t)(zval *pDest); typedef
151 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
161 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);
H A Dzend_hash.c1826 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply()
1906 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply()
H A Dzend_execute_API.c246 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor); in shutdown_destructors()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c187 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_arm_auto_global); in phpdbg_print_symbols()
H A Dphpdbg_wait.c150 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_dearm_autoglobals); in phpdbg_webdata_decompress()
H A Dphpdbg_prompt.c1383 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c910 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once); in PHP_RSHUTDOWN_FUNCTION()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c492 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()

Completed in 77 milliseconds