Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_ts_hash.h41 …int nSize, 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, pDestructor, persistent, bApplyProtection ZEND_FILE_LINE_CC)
H A Dzend_hash.h79 zend_bool bApplyProtection; member
101 …int nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN…
105 …, pDestructor, persistent, bApplyProtection) _zend_hash_init_ex((ht), (nSize), (pDestructor), (pe… argument
H A Dzend_hash.c87 if ((ht)->bApplyProtection) { \
95 if ((ht)->bApplyProtection) { \
221 ht->bApplyProtection = 1; in _zend_hash_init()
226 …int nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… in _zend_hash_init_ex()
230 ht->bApplyProtection = bApplyProtection; in _zend_hash_init_ex()
235 ZEND_API void zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtection) in zend_hash_set_apply_protection() argument
237 ht->bApplyProtection = bApplyProtection; in zend_hash_set_apply_protection()
H A Dzend_ts_hash.c72 …int nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… in _zend_ts_hash_init_ex()
79 …return _zend_hash_init_ex(TS_HASH(ht), nSize, pDestructor, persistent, bApplyProtection ZEND_FILE_… in _zend_ts_hash_init_ex()
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_util_funcs.c343 ht->bApplyProtection = 1;
470 ht->bApplyProtection = 1;
581 ht->bApplyProtection = 1;

Completed in 24 milliseconds