Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_ts_hash.h40 …it(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool pers…
41 …ex(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool pers…
45 #define zend_ts_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) \ argument
46 _zend_ts_hash_init(ht, nSize, pHashFunction, 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, pHashFunction, pDestructor, persistent, bApplyProtection ZEND_FIL…
H A Dzend_hash.c158 ht->pDestructor = pDestructor; in _zend_hash_init()
236 if (ht->pDestructor) { in _zend_hash_add_or_update()
301 if (ht->pDestructor) { in _zend_hash_quick_add_or_update()
376 if (ht->pDestructor) { in _zend_hash_index_update_or_next_insert()
499 if (ht->pDestructor) { in zend_hash_del_key_or_index()
528 if (ht->pDestructor) { in zend_hash_destroy()
560 if (ht->pDestructor) { in zend_hash_clean()
611 if (ht->pDestructor) { in zend_hash_apply_deleter()
612 ht->pDestructor(p->pData); in zend_hash_apply_deleter()
1257 if (ht->pDestructor) { in zend_hash_update_current_key_ex()
[all …]
H A Dzend_hash.h75 dtor_func_t pDestructor; member
99 …init(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool pers…
100 …t_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool pers…
103 …init(ht, nSize, pHashFunction, pDestructor, persistent) _zend_hash_init((ht), (nSize), (pHash… argument
104 … nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _zend_hash_init_ex((ht), (nSize… argument
H A Dzend_ts_hash.c62 …it(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool pers… in _zend_ts_hash_init() argument
69 …return _zend_hash_init(TS_HASH(ht), nSize, pHashFunction, pDestructor, persistent ZEND_FILE_LINE_R… in _zend_ts_hash_init()
72 …ex(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool pers… in _zend_ts_hash_init_ex() argument
79 …return _zend_hash_init_ex(TS_HASH(ht), nSize, pHashFunction, pDestructor, persistent, bApplyProtec… in _zend_ts_hash_init_ex()
/PHP-5.3/ext/spl/
H A Dspl_observer.c278 Z_ARRVAL_P(tmp)->pDestructor = NULL; in spl_object_storage_debug_info()
327 Z_ARRVAL_P(gcdata_arr)->pDestructor = NULL; in spl_object_storage_get_properties()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c11618 FuncDestructor *pDestructor
108592 FuncDestructor *pDestructor = p->pDestructor;
108593 if( pDestructor ){
108594 pDestructor->nRef--;
108595 if( pDestructor->nRef==0 ){
108596 pDestructor->xDestroy(pDestructor->pUserData);
108597 sqlite3DbFree(db, pDestructor);
108951 FuncDestructor *pDestructor
109020 if( pDestructor ){
109021 pDestructor->nRef++;
[all …]

Completed in 326 milliseconds