Home
last modified time | relevance | path

Searched refs:dtor_func_t (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_vio.c122 dtor_func_t origin_dtor = EG(regular_list).pDestructor; in mysqlnd_fixup_regular_list()
162 dtor_func_t origin_dtor = EG(persistent_list).pDestructor; in MYSQLND_METHOD()
194 dtor_func_t origin_dtor; in MYSQLND_METHOD()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c91 dtor_func_t orig_dtor; in zend_accel_move_user_functions()
122 dtor_func_t orig_dtor; in zend_accel_move_user_classes()
H A Dzend_file_cache.c1159 dtor_func_t dtor)
H A DZendAccelerator.c3546 dtor_func_t orig_dtor = src->pDestructor;
3585 dtor_func_t orig_dtor = src->pDestructor;
/PHP-8.3/ext/standard/
H A Duser_filters.c513 zend_hash_init(BG(user_filter_map), 8, NULL, (dtor_func_t) filter_item_dtor, 0); in PHP_FUNCTION()
/PHP-8.3/main/
H A Dphp_ini.c300 zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
/PHP-8.3/Zend/
H A Dzend_types.h107 typedef void (*dtor_func_t)(zval *pDest); typedef
411 dtor_func_t pDestructor;
H A Dzend_hash.c262 static zend_always_inline void _zend_hash_init_int(HashTable *ht, uint32_t nSize, dtor_func_t pDest… in _zend_hash_init_int()
277 ZEND_API void ZEND_FASTCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor,… in _zend_hash_init()
H A Dzend_hash.h102 ZEND_API void ZEND_FASTCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor,…
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c535 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c791 zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);

Completed in 70 milliseconds