Home
last modified time | relevance | path

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

/PHP-5.5/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.h79 zend_bool bApplyProtection; member
101 …hFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN…
105 …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()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c288 ht->bApplyProtection = 1;
408 ht->bApplyProtection = 1;
519 ht->bApplyProtection = 1;

Completed in 20 milliseconds