Lines Matching refs:IS_CONSISTENT

73 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__);  macro
78 #define IS_CONSISTENT(a) macro
319 IS_CONSISTENT(ht); in zend_hash_real_init()
327 IS_CONSISTENT(ht); in zend_hash_real_init_packed()
335 IS_CONSISTENT(ht); in zend_hash_real_init_mixed()
743 IS_CONSISTENT(ht); in _zend_hash_add_or_update_i()
827 IS_CONSISTENT(ht); in _zend_hash_str_add_or_update_i()
1011 IS_CONSISTENT(ht); in _zend_hash_index_add_or_update_i()
1159 IS_CONSISTENT(ht); in zend_hash_set_bucket_key()
1216 IS_CONSISTENT(ht); in zend_hash_do_resize()
1245 IS_CONSISTENT(ht); in zend_hash_rehash()
1401 IS_CONSISTENT(ht); in zend_hash_del_bucket()
1414 IS_CONSISTENT(ht); in zend_hash_del()
1444 IS_CONSISTENT(ht); in zend_hash_del_ind()
1492 IS_CONSISTENT(ht); in zend_hash_str_del_ind()
1536 IS_CONSISTENT(ht); in zend_hash_str_del()
1565 IS_CONSISTENT(ht); in zend_hash_index_del()
1597 IS_CONSISTENT(ht); in zend_hash_destroy()
1659 IS_CONSISTENT(ht); in zend_array_destroy()
1712 IS_CONSISTENT(ht); in zend_hash_clean()
1781 IS_CONSISTENT(ht); in zend_symtable_clean()
1821 IS_CONSISTENT(ht); in zend_hash_graceful_destroy()
1841 IS_CONSISTENT(ht); in zend_hash_graceful_reverse_destroy()
1875 IS_CONSISTENT(ht); in zend_hash_apply()
1899 IS_CONSISTENT(ht); in zend_hash_apply_with_argument()
1925 IS_CONSISTENT(ht); in zend_hash_apply_with_arguments()
1955 IS_CONSISTENT(ht); in zend_hash_reverse_apply()
1982 IS_CONSISTENT(source); in zend_hash_copy()
1983 IS_CONSISTENT(target); in zend_hash_copy()
2113 IS_CONSISTENT(source); in zend_array_dup()
2197 IS_CONSISTENT(source); in zend_hash_merge()
2198 IS_CONSISTENT(target); in zend_hash_merge()
2265 IS_CONSISTENT(source); in zend_hash_merge_ex()
2266 IS_CONSISTENT(target); in zend_hash_merge_ex()
2287 IS_CONSISTENT(ht); in zend_hash_find()
2297 IS_CONSISTENT(ht); in zend_hash_find_known_hash()
2308 IS_CONSISTENT(ht); in zend_hash_str_find()
2319 IS_CONSISTENT(ht); in zend_hash_index_find()
2339 IS_CONSISTENT(ht); in _zend_hash_index_find()
2347 IS_CONSISTENT(ht); in zend_hash_internal_pointer_reset_ex()
2360 IS_CONSISTENT(ht); in zend_hash_internal_pointer_end_ex()
2379 IS_CONSISTENT(ht); in zend_hash_move_forward_ex()
2404 IS_CONSISTENT(ht); in zend_hash_move_backwards_ex()
2429 IS_CONSISTENT(ht); in zend_hash_get_current_key_ex()
2449 IS_CONSISTENT(ht); in zend_hash_get_current_key_zval_ex()
2468 IS_CONSISTENT(ht); in zend_hash_get_current_key_type_ex()
2487 IS_CONSISTENT(ht); in zend_hash_get_current_data_ex()
2545 IS_CONSISTENT(ht); in zend_hash_sort_ex()
2703 IS_CONSISTENT(ht1); in zend_hash_compare()
2704 IS_CONSISTENT(ht2); in zend_hash_compare()
2731 IS_CONSISTENT(ht); in zend_hash_minmax()