Home
last modified time | relevance | path

Searched refs:pDestructor (Results 1 – 16 of 16) sorted by relevance

/PHP-7.0/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…
45 #define zend_ts_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) \ argument
46 _zend_ts_hash_init(ht, nSize, pDestructor, persistent ZEND_FILE_LINE_CC)
47 #define zend_ts_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) \ argument
48 _zend_ts_hash_init_ex(ht, nSize, pDestructor, persistent, bApplyProtection ZEND_FILE_LINE_CC)
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() argument
69 _zend_hash_init(TS_HASH(ht), nSize, pDestructor, persistent ZEND_FILE_LINE_RELAY_CC); 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() argument
79 …_zend_hash_init_ex(TS_HASH(ht), nSize, pDestructor, persistent, bApplyProtection ZEND_FILE_LINE_RE… in _zend_ts_hash_init_ex()
H A Dzend_hash.c184 ht->pDestructor = pDestructor; in _zend_hash_init()
594 if (ht->pDestructor) { in _zend_hash_add_or_update_i()
595 ht->pDestructor(data); in _zend_hash_add_or_update_i()
742 if (ht->pDestructor) { in _zend_hash_index_add_or_update_i()
804 if (ht->pDestructor) { in _zend_hash_index_add_or_update_i()
1021 if (ht->pDestructor) { in _zend_hash_del_el_ex()
1025 ht->pDestructor(&tmp); in _zend_hash_del_el_ex()
1118 if (ht->pDestructor) { in zend_hash_del_ind()
1258 if (ht->pDestructor) { in zend_hash_destroy()
1373 if (ht->pDestructor) { in zend_hash_clean()
[all …]
H A Dzend_hash.h57 ZEND_API void ZEND_FASTCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor,…
58 …FASTCALL _zend_hash_init_ex(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool pers…
61 …end_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) _zend_hash_init((ht), (nSize… argument
62 …t_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _zend_hash_init_ex((ht)… argument
H A Dzend_execute_API.c234 EG(symbol_table).pDestructor = zend_unclean_zval_ptr_dtor; in shutdown_destructors()
275 EG(symbol_table).pDestructor = zend_unclean_zval_ptr_dtor; in shutdown_executor()
H A Dzend_types.h195 dtor_func_t pDestructor; member
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c91 persistent_script->function_table.pDestructor = NULL; in free_persistent_script()
92 persistent_script->class_table.pDestructor = NULL; in free_persistent_script()
113 dtor_func_t orig_dtor = ht->pDestructor; in zend_accel_free_user_functions()
115 ht->pDestructor = NULL; in zend_accel_free_user_functions()
117 ht->pDestructor = orig_dtor; in zend_accel_free_user_functions()
123 dtor_func_t orig_dtor = src->pDestructor; in zend_accel_move_user_functions()
125 src->pDestructor = NULL; in zend_accel_move_user_functions()
137 src->pDestructor = orig_dtor; in zend_accel_move_user_functions()
239 ht->pDestructor = ZVAL_PTR_DTOR; in zend_hash_clone_constants()
284 ht->pDestructor = ZEND_FUNCTION_DTOR; in zend_hash_clone_methods()
[all …]
H A Dzend_file_cache.c845 ht->pDestructor = dtor; in zend_file_cache_unserialize_hash()
H A DZendAccelerator.c2573 accel_globals->function_table.pDestructor = accel_globals_internal_func_dtor; in accel_globals_dtor()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_net.c158 origin_dtor = EG(regular_list).pDestructor; in MYSQLND_METHOD()
159 EG(regular_list).pDestructor = NULL; in MYSQLND_METHOD()
161 EG(regular_list).pDestructor = origin_dtor; in MYSQLND_METHOD()
231 origin_dtor = EG(persistent_list).pDestructor; in MYSQLND_METHOD()
237 EG(persistent_list).pDestructor = NULL; in MYSQLND_METHOD()
239 EG(persistent_list).pDestructor = origin_dtor; in MYSQLND_METHOD()
254 origin_dtor = EG(regular_list).pDestructor; in MYSQLND_METHOD()
255 EG(regular_list).pDestructor = NULL; in MYSQLND_METHOD()
259 EG(regular_list).pDestructor = origin_dtor; in MYSQLND_METHOD()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c47 Z_ARRVAL(zv[1])->pDestructor = NULL; /* we're operating on a copy! Don't double free zvals */ in phpdbg_webdata_compress()
H A Dphpdbg_prompt.c550 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin()
551 PHPDBG_G(file_sources).pDestructor = NULL; in phpdbg_compile_stdin()
553 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile_stdin()
610 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile()
611 PHPDBG_G(file_sources).pDestructor = NULL; in phpdbg_compile()
613 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile()
H A Dphpdbg_watch.c385 hti->dtor = watch->parent_container->pDestructor; in phpdbg_create_watchpoint()
389 watch->parent_container->pDestructor = (dtor_func_t) phpdbg_watch_HashTable_dtor; in phpdbg_create_watchpoint()
771 watch->parent_container->pDestructor = hti->dtor; in phpdbg_watch_HashTable_dtor()
/PHP-7.0/ext/standard/
H A Darray.c2474 in_hash->pDestructor = NULL;
2484 in_hash->pDestructor = out_hash.pDestructor;
2741 Z_ARRVAL_P(stack)->pDestructor = NULL;
2751 Z_ARRVAL_P(stack)->pDestructor = new_hash.pDestructor;
/PHP-7.0/ext/spl/
H A Dspl_observer.c296 Z_ARRVAL_P(&tmp)->pDestructor = NULL; in spl_object_storage_debug_info()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c16581 FuncDestructor *pDestructor
137485 FuncDestructor *pDestructor = p->u.pDestructor;
137486 if( pDestructor ){
137487 pDestructor->nRef--;
137488 if( pDestructor->nRef==0 ){
137489 pDestructor->xDestroy(pDestructor->pUserData);
137490 sqlite3DbFree(db, pDestructor);
138107 FuncDestructor *pDestructor
138181 if( pDestructor ){
138182 pDestructor->nRef++;
[all …]

Completed in 415 milliseconds