bApplyProtection   87 Zend/zend_hash.c 	if ((ht)->bApplyProtection) {														\
bApplyProtection   95 Zend/zend_hash.c 	if ((ht)->bApplyProtection) {														\
bApplyProtection  221 Zend/zend_hash.c 	ht->bApplyProtection = 1;
bApplyProtection  226 Zend/zend_hash.c ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC)
bApplyProtection  230 Zend/zend_hash.c 	ht->bApplyProtection = bApplyProtection;
bApplyProtection  235 Zend/zend_hash.c ZEND_API void zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtection)
bApplyProtection  237 Zend/zend_hash.c 	ht->bApplyProtection = bApplyProtection;
bApplyProtection   79 Zend/zend_hash.h 	zend_bool bApplyProtection;
bApplyProtection  101 Zend/zend_hash.h ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC);
bApplyProtection  105 Zend/zend_hash.h #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection)		_zend_hash_init_ex((ht), (nSize), (pDestructor), (persistent), (bApplyProtection) ZEND_FILE_LINE_CC)
bApplyProtection   72 Zend/zend_ts_hash.c ZEND_API int _zend_ts_hash_init_ex(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC)
bApplyProtection   79 Zend/zend_ts_hash.c 	return _zend_hash_init_ex(TS_HASH(ht), nSize, pDestructor, persistent, bApplyProtection ZEND_FILE_LINE_RELAY_CC);
bApplyProtection   41 Zend/zend_ts_hash.h ZEND_API int _zend_ts_hash_init_ex(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC);
bApplyProtection   47 Zend/zend_ts_hash.h #define zend_ts_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection)	\
bApplyProtection   48 Zend/zend_ts_hash.h 	_zend_ts_hash_init_ex(ht, nSize, pDestructor, persistent, bApplyProtection ZEND_FILE_LINE_CC)
bApplyProtection  343 ext/opcache/zend_accelerator_util_funcs.c 	ht->bApplyProtection = 1;
bApplyProtection  470 ext/opcache/zend_accelerator_util_funcs.c 	ht->bApplyProtection = 1;
bApplyProtection  581 ext/opcache/zend_accelerator_util_funcs.c 	ht->bApplyProtection = 1;