Searched refs:HASH_FLAG_PACKED (Results 1 – 3 of 3) sorted by relevance
42 #define HASH_FLAG_PACKED (1<<2) macro61 ((HT_FLAGS(ht) & HASH_FLAG_PACKED) != 0)67 ((HT_FLAGS(ht) & (HASH_FLAG_PACKED|HASH_FLAG_STATIC_KEYS)) != 0)1000 …(sizeof(zval) + (~HT_FLAGS(__ht) & HASH_FLAG_PACKED) * ((sizeof(Bucket)-sizeof(zval))/HASH_FLAG_PA…
163 ht->u.v.flags = HASH_FLAG_PACKED | HASH_FLAG_STATIC_KEYS; in zend_hash_real_init_packed_ex()359 HT_FLAGS(ht) &= ~HASH_FLAG_PACKED; in zend_hash_packed_to_hash()383 HT_FLAGS(ht) |= HASH_FLAG_PACKED | HASH_FLAG_STATIC_KEYS; in zend_hash_to_packed()828 if (UNEXPECTED(HT_FLAGS(ht) & (HASH_FLAG_UNINITIALIZED|HASH_FLAG_PACKED))) { in _zend_hash_add_or_update_i()908 if (UNEXPECTED(HT_FLAGS(ht) & (HASH_FLAG_UNINITIALIZED|HASH_FLAG_PACKED))) { in _zend_hash_str_add_or_update_i()3050 HT_FLAGS(ht) |= HASH_FLAG_PACKED | HASH_FLAG_STATIC_KEYS; in zend_hash_sort_internal()
11853 ir_CONST_U32(HASH_FLAG_PACKED));11896 ir_CONST_U32(HASH_FLAG_PACKED)));13650 ir_CONST_U32(HASH_FLAG_PACKED));13703 ir_CONST_U32(HASH_FLAG_PACKED));
Completed in 56 milliseconds