Lines Matching refs:avl_compar
267 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find()
595 diff = tree->avl_compar(new_data, here); in avl_insert_here()
606 diff = tree->avl_compar(new_data, in avl_insert_here()
615 diff = tree->avl_compar(new_data, in avl_insert_here()
829 (t->avl_compar(obj, neighbor) <= 0)); in avl_update_lt()
832 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt()
846 (t->avl_compar(obj, neighbor) >= 0)); in avl_update_gt()
849 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt()
863 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update()
869 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update()
883 ASSERT3P(tree1->avl_compar, ==, tree2->avl_compar); in avl_swap()
910 tree->avl_compar = compar; in avl_create()