Lines Matching refs:IS_CONSISTENT

73 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__);  macro
78 #define IS_CONSISTENT(a) macro
293 IS_CONSISTENT(ht); in zend_hash_real_init()
301 IS_CONSISTENT(ht); in zend_hash_real_init_packed()
309 IS_CONSISTENT(ht); in zend_hash_real_init_mixed()
708 IS_CONSISTENT(ht); in _zend_hash_add_or_update_i()
796 IS_CONSISTENT(ht); in _zend_hash_str_add_or_update_i()
964 IS_CONSISTENT(ht); in _zend_hash_index_add_or_update_i()
1092 IS_CONSISTENT(ht); in zend_hash_set_bucket_key()
1149 IS_CONSISTENT(ht); in zend_hash_do_resize()
1176 IS_CONSISTENT(ht); in zend_hash_rehash()
1333 IS_CONSISTENT(ht); in zend_hash_del_bucket()
1346 IS_CONSISTENT(ht); in zend_hash_del()
1376 IS_CONSISTENT(ht); in zend_hash_del_ind()
1424 IS_CONSISTENT(ht); in zend_hash_str_del_ind()
1468 IS_CONSISTENT(ht); in zend_hash_str_del()
1497 IS_CONSISTENT(ht); in zend_hash_index_del()
1529 IS_CONSISTENT(ht); in zend_hash_destroy()
1591 IS_CONSISTENT(ht); in zend_array_destroy()
1644 IS_CONSISTENT(ht); in zend_hash_clean()
1713 IS_CONSISTENT(ht); in zend_symtable_clean()
1753 IS_CONSISTENT(ht); in zend_hash_graceful_destroy()
1773 IS_CONSISTENT(ht); in zend_hash_graceful_reverse_destroy()
1807 IS_CONSISTENT(ht); in zend_hash_apply()
1831 IS_CONSISTENT(ht); in zend_hash_apply_with_argument()
1857 IS_CONSISTENT(ht); in zend_hash_apply_with_arguments()
1887 IS_CONSISTENT(ht); in zend_hash_reverse_apply()
1914 IS_CONSISTENT(source); in zend_hash_copy()
1915 IS_CONSISTENT(target); in zend_hash_copy()
2045 IS_CONSISTENT(source); in zend_array_dup()
2129 IS_CONSISTENT(source); in zend_hash_merge()
2130 IS_CONSISTENT(target); in zend_hash_merge()
2197 IS_CONSISTENT(source); in zend_hash_merge_ex()
2198 IS_CONSISTENT(target); in zend_hash_merge_ex()
2219 IS_CONSISTENT(ht); in zend_hash_find()
2229 IS_CONSISTENT(ht); in _zend_hash_find_known_hash()
2240 IS_CONSISTENT(ht); in zend_hash_str_find()
2251 IS_CONSISTENT(ht); in zend_hash_index_find()
2271 IS_CONSISTENT(ht); in _zend_hash_index_find()
2279 IS_CONSISTENT(ht); in zend_hash_internal_pointer_reset_ex()
2292 IS_CONSISTENT(ht); in zend_hash_internal_pointer_end_ex()
2311 IS_CONSISTENT(ht); in zend_hash_move_forward_ex()
2336 IS_CONSISTENT(ht); in zend_hash_move_backwards_ex()
2361 IS_CONSISTENT(ht); in zend_hash_get_current_key_ex()
2381 IS_CONSISTENT(ht); in zend_hash_get_current_key_zval_ex()
2400 IS_CONSISTENT(ht); in zend_hash_get_current_key_type_ex()
2419 IS_CONSISTENT(ht); in zend_hash_get_current_data_ex()
2477 IS_CONSISTENT(ht); in zend_hash_sort_ex()
2621 IS_CONSISTENT(ht1); in zend_hash_compare()
2622 IS_CONSISTENT(ht2); in zend_hash_compare()
2653 IS_CONSISTENT(ht); in zend_hash_minmax()