Lines Matching refs:IS_CONSISTENT

73 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__);  macro
78 #define IS_CONSISTENT(a) macro
315 IS_CONSISTENT(ht); in zend_hash_real_init()
323 IS_CONSISTENT(ht); in zend_hash_real_init_packed()
331 IS_CONSISTENT(ht); in zend_hash_real_init_mixed()
730 IS_CONSISTENT(ht); in _zend_hash_add_or_update_i()
818 IS_CONSISTENT(ht); in _zend_hash_str_add_or_update_i()
986 IS_CONSISTENT(ht); in _zend_hash_index_add_or_update_i()
1118 IS_CONSISTENT(ht); in zend_hash_set_bucket_key()
1175 IS_CONSISTENT(ht); in zend_hash_do_resize()
1202 IS_CONSISTENT(ht); in zend_hash_rehash()
1358 IS_CONSISTENT(ht); in zend_hash_del_bucket()
1371 IS_CONSISTENT(ht); in zend_hash_del()
1401 IS_CONSISTENT(ht); in zend_hash_del_ind()
1449 IS_CONSISTENT(ht); in zend_hash_str_del_ind()
1493 IS_CONSISTENT(ht); in zend_hash_str_del()
1522 IS_CONSISTENT(ht); in zend_hash_index_del()
1554 IS_CONSISTENT(ht); in zend_hash_destroy()
1616 IS_CONSISTENT(ht); in zend_array_destroy()
1669 IS_CONSISTENT(ht); in zend_hash_clean()
1738 IS_CONSISTENT(ht); in zend_symtable_clean()
1778 IS_CONSISTENT(ht); in zend_hash_graceful_destroy()
1798 IS_CONSISTENT(ht); in zend_hash_graceful_reverse_destroy()
1832 IS_CONSISTENT(ht); in zend_hash_apply()
1856 IS_CONSISTENT(ht); in zend_hash_apply_with_argument()
1882 IS_CONSISTENT(ht); in zend_hash_apply_with_arguments()
1912 IS_CONSISTENT(ht); in zend_hash_reverse_apply()
1939 IS_CONSISTENT(source); in zend_hash_copy()
1940 IS_CONSISTENT(target); in zend_hash_copy()
2070 IS_CONSISTENT(source); in zend_array_dup()
2154 IS_CONSISTENT(source); in zend_hash_merge()
2155 IS_CONSISTENT(target); in zend_hash_merge()
2222 IS_CONSISTENT(source); in zend_hash_merge_ex()
2223 IS_CONSISTENT(target); in zend_hash_merge_ex()
2244 IS_CONSISTENT(ht); in zend_hash_find()
2254 IS_CONSISTENT(ht); in _zend_hash_find_known_hash()
2265 IS_CONSISTENT(ht); in zend_hash_str_find()
2276 IS_CONSISTENT(ht); in zend_hash_index_find()
2296 IS_CONSISTENT(ht); in _zend_hash_index_find()
2304 IS_CONSISTENT(ht); in zend_hash_internal_pointer_reset_ex()
2317 IS_CONSISTENT(ht); in zend_hash_internal_pointer_end_ex()
2336 IS_CONSISTENT(ht); in zend_hash_move_forward_ex()
2361 IS_CONSISTENT(ht); in zend_hash_move_backwards_ex()
2386 IS_CONSISTENT(ht); in zend_hash_get_current_key_ex()
2406 IS_CONSISTENT(ht); in zend_hash_get_current_key_zval_ex()
2425 IS_CONSISTENT(ht); in zend_hash_get_current_key_type_ex()
2444 IS_CONSISTENT(ht); in zend_hash_get_current_data_ex()
2502 IS_CONSISTENT(ht); in zend_hash_sort_ex()
2650 IS_CONSISTENT(ht1); in zend_hash_compare()
2651 IS_CONSISTENT(ht2); in zend_hash_compare()
2678 IS_CONSISTENT(ht); in zend_hash_minmax()