Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ts_hash.h40 ZEND_API void _zend_ts_hash_init(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool pe…
41 ZEND_API void _zend_ts_hash_init_ex(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool…
H A Dzend_ts_hash.c62 ZEND_API void _zend_ts_hash_init(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool pe… in _zend_ts_hash_init()
72 ZEND_API void _zend_ts_hash_init_ex(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool… in _zend_ts_hash_init_ex()
H A Dzend_types.h98 typedef void (*dtor_func_t)(zval *pDest); typedef
197 dtor_func_t pDestructor;
H A Dzend_hash.h64 ZEND_API void ZEND_FASTCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor,…
65 ZEND_API void ZEND_FASTCALL _zend_hash_init_ex(HashTable *ht, uint32_t nSize, dtor_func_t pDestruct…
H A Dzend_hash.c171 ZEND_API void ZEND_FASTCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor,… in _zend_hash_init()
234 ZEND_API void ZEND_FASTCALL _zend_hash_init_ex(HashTable *ht, uint32_t nSize, dtor_func_t pDestruct… in _zend_hash_init_ex()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_vio.c126 dtor_func_t origin_dtor; in MYSQLND_METHOD()
167 dtor_func_t origin_dtor; in MYSQLND_METHOD()
H A Dmysqlnd_net.c135 dtor_func_t origin_dtor; in MYSQLND_METHOD()
177 dtor_func_t origin_dtor; in MYSQLND_METHOD()
/PHP-7.1/ext/standard/
H A Duser_filters.c582 zend_hash_init(BG(user_filter_map), 8, NULL, (dtor_func_t) filter_item_dtor, 0); in PHP_FUNCTION()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c111 dtor_func_t orig_dtor = ht->pDestructor; in zend_accel_free_user_functions()
121 dtor_func_t orig_dtor = src->pDestructor; in zend_accel_move_user_functions()
H A Dzend_file_cache.c894 dtor_func_t dtor) in zend_file_cache_unserialize_hash()
/PHP-7.1/main/
H A Dphp_ini.c328 zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c549 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin()
609 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c804 zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);

Completed in 65 milliseconds