Home
last modified time | relevance | path

Searched refs:bApplyProtection (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_ts_hash.h41 …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 Dzend_hash.h78 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 Dzend_hash.c81 if ((ht)->bApplyProtection) { \
89 if ((ht)->bApplyProtection) { \
174 ht->bApplyProtection = 1; in _zend_hash_init()
179 …hFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… in _zend_hash_init_ex()
183 ht->bApplyProtection = bApplyProtection; in _zend_hash_init_ex()
188 ZEND_API void zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtection) in zend_hash_set_apply_protection() argument
190 ht->bApplyProtection = bApplyProtection; in zend_hash_set_apply_protection()
H A Dzend_ts_hash.c72 …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 16 milliseconds