Lines Matching refs:HT_IS_PACKED
411 ZEND_ASSERT(HT_IS_PACKED(ht)); in zend_hash_extend()
418 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_extend()
440 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_discard()
495 if (HT_IS_PACKED(ht)) { in _zend_hash_get_valid_pos()
1097 if (HT_IS_PACKED(ht)) { in _zend_hash_index_add_or_update_i()
1247 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_set_bucket_key()
1306 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_do_resize()
1521 ZEND_ASSERT(HT_IS_PACKED(ht)); in zend_hash_packed_del_val()
1530 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_del_bucket()
1702 if (HT_IS_PACKED(ht)) { in zend_hash_index_del()
1733 if (HT_IS_PACKED(ht)) { in zend_hash_destroy()
1826 if (HT_IS_PACKED(ht)) { in zend_array_destroy()
1875 if (HT_IS_PACKED(ht)) { in zend_hash_clean()
1954 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_symtable_clean()
1993 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_destroy()
2023 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_reverse_destroy()
2065 if (HT_IS_PACKED(ht)) { in zend_hash_apply()
2105 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_argument()
2146 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_arguments()
2200 if (HT_IS_PACKED(ht)) { in zend_hash_reverse_apply()
2249 if (HT_IS_PACKED(source)) { in zend_hash_copy()
2467 if (HT_IS_PACKED(source)) { in zend_array_dup()
2476 } else if (HT_IS_PACKED(source)) { in zend_array_dup()
2558 if (HT_IS_PACKED(source)) { in zend_hash_merge()
2594 if (HT_IS_PACKED(source)) { in zend_hash_merge()
2653 ZEND_ASSERT(!HT_IS_PACKED(source)); in zend_hash_merge_ex()
2707 if (HT_IS_PACKED(ht)) { in zend_hash_index_find()
2727 ZEND_ASSERT(!HT_IS_PACKED(ht)); in _zend_hash_index_find()
2752 if (HT_IS_PACKED(ht)) { in zend_hash_internal_pointer_end_ex()
2782 if (HT_IS_PACKED(ht)) { in zend_hash_move_forward_ex()
2820 if (HT_IS_PACKED(ht)) { in zend_hash_move_backwards_ex()
2854 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_key_ex()
2880 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_key_zval_ex()
2901 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_key_type_ex()
2923 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_data_ex()
2988 if (HT_IS_PACKED(ht)) { in zend_hash_sort_internal()
3011 if (!HT_IS_PACKED(ht)) { in zend_hash_sort_internal()
3023 (HT_IS_PACKED(ht) ? zend_hash_bucket_packed_swap : zend_hash_bucket_swap))); in zend_hash_sort_internal()
3039 if (HT_IS_PACKED(ht)) { in zend_hash_sort_internal()
3079 if (HT_IS_PACKED(ht)) { in zend_array_sort_ex()
3107 if (HT_IS_PACKED(ht1)) { in zend_hash_compare_impl()
3120 if (HT_IS_PACKED(ht2)) { in zend_hash_compare_impl()
3235 if (HT_IS_PACKED(ht)) { in zend_hash_minmax()
3340 if (UNEXPECTED(HT_IS_PACKED(ht))) { in zend_symtable_to_proptable()
3393 if (!HT_IS_PACKED(ht)) { in zend_proptable_to_symtable()