Home
last modified time | relevance | path

Searched refs:HASH_FLAG_UNINITIALIZED (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/
H A Dzend_hash.c237 ZEND_ASSERT(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED); in zend_hash_real_init_ex()
251 .u.flags = HASH_FLAG_UNINITIALIZED,
266 HT_FLAGS(ht) = HASH_FLAG_UNINITIALIZED; in _zend_hash_init_int()
404 if (UNEXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in zend_hash_extend()
829 if (EXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in _zend_hash_add_or_update_i()
909 if (EXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in _zend_hash_str_add_or_update_i()
1150 } else if (HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED) { in _zend_hash_index_add_or_update_i()
1336 if (!(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in zend_hash_rehash()
2008 if (!(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in zend_hash_graceful_destroy()
2043 if (!(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in zend_hash_graceful_reverse_destroy()
[all …]
H A Dzend_hash.h43 #define HASH_FLAG_UNINITIALIZED (1<<3) macro
54 HT_FLAGS(ht) = HASH_FLAG_UNINITIALIZED; \
58 ((HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED) == 0)
H A Dzend_inheritance.c3328 if (!(HT_FLAGS(&ce->function_table) & HASH_FLAG_UNINITIALIZED)) { in zend_lazy_class_load()
3368 if (!(HT_FLAGS(&ce->properties_info) & HASH_FLAG_UNINITIALIZED)) { in zend_lazy_class_load()
3404 if (!(HT_FLAGS(&ce->constants_table) & HASH_FLAG_UNINITIALIZED)) { in zend_lazy_class_load()
/php-src/ext/opcache/
H A Dzend_persist.c103 if (HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED) { in zend_hash_persist()
119 HT_FLAGS(ht) |= HASH_FLAG_UNINITIALIZED; in zend_hash_persist()
932 HT_FLAGS(&ce->function_table) &= (HASH_FLAG_UNINITIALIZED | HASH_FLAG_STATIC_KEYS); in zend_persist_class_entry()
967 HT_FLAGS(&ce->constants_table) &= (HASH_FLAG_UNINITIALIZED | HASH_FLAG_STATIC_KEYS); in zend_persist_class_entry()
987 HT_FLAGS(&ce->properties_info) &= (HASH_FLAG_UNINITIALIZED | HASH_FLAG_STATIC_KEYS); in zend_persist_class_entry()
H A Dzend_persist_calc.c54 if ((HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED) || ht->nNumUsed == 0) { in zend_hash_persist_calc()
H A Dzend_file_cache.c309 if (HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED) {
1187 if (HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED) {
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2678 if (!(EXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED))) { in zend_jit_array_free()

Completed in 67 milliseconds