Searched refs:bApplyProtection (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_ts_hash.h | 41 …hFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… 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 D | zend_hash.h | 78 zend_bool bApplyProtection; member 100 …hFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… 104 …ctor, persistent, bApplyProtection) _zend_hash_init_ex((ht), (nSize), (pHashFunction), (pDestruct… argument
|
H A D | zend_hash.c | 80 if ((ht)->bApplyProtection) { \ 88 if ((ht)->bApplyProtection) { \ 167 ht->bApplyProtection = 1; in _zend_hash_init() 187 …hFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… in _zend_hash_init_ex() 191 ht->bApplyProtection = bApplyProtection; in _zend_hash_init_ex() 196 ZEND_API void zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtection) in zend_hash_set_apply_protection() argument 198 ht->bApplyProtection = bApplyProtection; in zend_hash_set_apply_protection()
|
H A D | zend_ts_hash.c | 72 …hFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… in _zend_ts_hash_init_ex() 79 …init_ex(TS_HASH(ht), nSize, pHashFunction, pDestructor, persistent, bApplyProtection ZEND_FILE_LIN… in _zend_ts_hash_init_ex()
|
Completed in 19 milliseconds