Searched refs:HASH_FLAG_CONSISTENCY (Results 1 – 2 of 2) sorted by relevance
57 if ((HT_FLAGS(ht) & HASH_FLAG_CONSISTENCY) == HT_OK) { in _zend_is_inconsistent()60 switch (HT_FLAGS(ht) & HASH_FLAG_CONSISTENCY) { in _zend_is_inconsistent()78 HT_FLAGS(ht) = (HT_FLAGS(ht) & ~HASH_FLAG_CONSISTENCY) | (n); \
38 #define HASH_FLAG_CONSISTENCY ((1<<0) | (1<<1)) macro
Completed in 25 milliseconds