Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ts_hash.h67 ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func);
71 ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func);
H A Dzend_ts_hash.c147 ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func) in zend_ts_hash_apply()
172 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.h133 typedef int (*apply_func_t)(zval *pDest); typedef
139 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
149 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);
H A Dzend.c873 zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) clean_non_persistent_function_full); in zend_shutdown()
874 zend_hash_reverse_apply(GLOBAL_CLASS_TABLE, (apply_func_t) clean_non_persistent_class_full); in zend_shutdown()
H A Dzend_hash.c1495 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply()
1583 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.c242 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor); in shutdown_destructors()
/PHP-7.1/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_wait.c156 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_dearm_autoglobals); in phpdbg_webdata_decompress()
H A Dphpdbg_prompt.c1438 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c114 zend_hash_apply(ht, (apply_func_t) is_not_internal_function); in zend_accel_free_user_functions()
H A Dzend_persist.c849 zend_hash_apply(class_table, (apply_func_t) zend_update_parent_ce); in zend_accel_persist_class_table()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c962 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c1240 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()

Completed in 69 milliseconds