Home
last modified time | relevance | path

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

/PHP-7.1/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_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 …_zend_hash_init_ex(TS_HASH(ht), nSize, pDestructor, persistent, bApplyProtection ZEND_FILE_LINE_RE… in _zend_ts_hash_init_ex()
H A Dzend_hash.h65 …2_t nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN…
69 …, pDestructor, persistent, bApplyProtection) _zend_hash_init_ex((ht), (nSize), (pDestructor), (pe… argument
H A Dzend_hash.c234 …2_t nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LIN… in _zend_hash_init_ex()
237 if (!bApplyProtection) { in _zend_hash_init_ex()
309 …ND_API void ZEND_FASTCALL zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtection) in zend_hash_set_apply_protection() argument
311 if (bApplyProtection) { in zend_hash_set_apply_protection()

Completed in 19 milliseconds