Home
last modified time | relevance | path

Searched refs:HASH_FLAG_INITIALIZED (Results 1 – 21 of 21) sorted by relevance

/dports/converters/pecl-igbinary/igbinary-3.2.6/src/php7/
H A Digbinary_zend_hash.h190 …if (UNEXPECTED(((HT_FLAGS(ht) ^ HASH_FLAG_INITIALIZED) & (HASH_FLAG_INITIALIZED|HASH_FLAG_PACKED))… in igbinary_zend_hash_add_or_find()
196 if (EXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) in igbinary_zend_hash_add_or_find()
297 } else if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in igbinary_zend_hash_index_add_or_find()
/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_util_funcs.c183 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_constants()
186 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_constants()
234 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_methods()
237 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_methods()
292 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_prop_info()
295 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_prop_info()
H A Dzend_persist.c94 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_persist()
110 HT_FLAGS(ht) &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist()
189 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_persist_immutable()
205 HT_FLAGS(ht) &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist_immutable()
H A Dzend_persist_calc.c56 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED) || ht->nNumUsed == 0) { in zend_hash_persist_calc()
H A Dzend_file_cache.c275 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) {
925 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) {
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A Dzend_accelerator_util_funcs.c183 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_constants()
186 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_constants()
234 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_methods()
237 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_methods()
292 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_prop_info()
295 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_prop_info()
H A Dzend_persist.c94 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_persist()
110 HT_FLAGS(ht) &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist()
189 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_persist_immutable()
205 HT_FLAGS(ht) &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist_immutable()
H A Dzend_persist_calc.c56 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED) || ht->nNumUsed == 0) { in zend_hash_persist_calc()
H A Dzend_file_cache.c276 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) {
926 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) {
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_util_funcs.c183 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_constants()
186 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_constants()
234 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_methods()
237 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_methods()
292 HT_FLAGS(ht) = (HT_FLAGS(source) & (HASH_FLAG_INITIALIZED | HASH_FLAG_STATIC_KEYS)); in zend_hash_clone_prop_info()
295 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_clone_prop_info()
H A Dzend_persist.c94 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_persist()
110 HT_FLAGS(ht) &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist()
189 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in zend_hash_persist_immutable()
205 HT_FLAGS(ht) &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist_immutable()
H A Dzend_persist_calc.c56 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED) || ht->nNumUsed == 0) { in zend_hash_persist_calc()
H A Dzend_file_cache.c275 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) {
925 if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) {
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_hash.c123 HT_FLAGS(ht) |= HASH_FLAG_INITIALIZED | HASH_FLAG_PACKED; in zend_hash_real_init_packed_ex()
133 HT_FLAGS(ht) |= HASH_FLAG_INITIALIZED; in zend_hash_real_init_mixed_ex()
170 ZEND_ASSERT(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)); in zend_hash_real_init_ex()
298 if (UNEXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in zend_hash_extend()
654 if (UNEXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in _zend_hash_add_or_update_i()
739 if (UNEXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in _zend_hash_str_add_or_update_i()
947 } else if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in _zend_hash_index_add_or_update_i()
1056 if (HT_FLAGS(ht) & HASH_FLAG_INITIALIZED) { in zend_hash_rehash()
1458 } else if (EXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in zend_hash_destroy()
1638 if (HT_FLAGS(ht) & HASH_FLAG_INITIALIZED) { in zend_hash_graceful_destroy()
[all …]
H A Dzend_hash.h38 #define HASH_FLAG_INITIALIZED (1<<3) macro
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_hash.c123 HT_FLAGS(ht) |= HASH_FLAG_INITIALIZED | HASH_FLAG_PACKED; in zend_hash_real_init_packed_ex()
133 HT_FLAGS(ht) |= HASH_FLAG_INITIALIZED; in zend_hash_real_init_mixed_ex()
170 ZEND_ASSERT(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)); in zend_hash_real_init_ex()
298 if (UNEXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in zend_hash_extend()
654 if (UNEXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in _zend_hash_add_or_update_i()
739 if (UNEXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in _zend_hash_str_add_or_update_i()
947 } else if (!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED)) { in _zend_hash_index_add_or_update_i()
1056 if (HT_FLAGS(ht) & HASH_FLAG_INITIALIZED) { in zend_hash_rehash()
1458 } else if (EXPECTED(!(HT_FLAGS(ht) & HASH_FLAG_INITIALIZED))) { in zend_hash_destroy()
1638 if (HT_FLAGS(ht) & HASH_FLAG_INITIALIZED) { in zend_hash_graceful_destroy()
[all …]
H A Dzend_hash.h38 #define HASH_FLAG_INITIALIZED (1<<3) macro
/dports/lang/php74/php-7.4.27/
H A DUPGRADING.INTERNALS15 l. HASH_FLAG_INITIALIZED
167 l. HASH_FLAG_INITIALIZED was reverted into HASH_FLAG_UNINITIALIZED. Special
/dports/www/mod_php74/php-7.4.27/
H A DUPGRADING.INTERNALS15 l. HASH_FLAG_INITIALIZED
167 l. HASH_FLAG_INITIALIZED was reverted into HASH_FLAG_UNINITIALIZED. Special
/dports/devel/pecl-APCu/apcu-5.1.21/
H A Dapc_persist.c314 ht->u.flags &= ~(HASH_FLAG_INITIALIZED|HASH_FLAG_PACKED); in apc_persist_copy_ht()
/dports/devel/pecl-yaconf/yaconf-1.1.0/
H A Dyaconf.c129 if (((ht)->u.flags & HASH_FLAG_INITIALIZED)) {