Lines Matching refs:avl_compar
253 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find()
580 diff = tree->avl_compar(new_data, here); in avl_insert_here()
591 diff = tree->avl_compar(new_data, in avl_insert_here()
600 diff = tree->avl_compar(new_data, in avl_insert_here()
817 (t->avl_compar(obj, neighbor) <= 0)); in avl_update_lt()
820 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt()
834 (t->avl_compar(obj, neighbor) >= 0)); in avl_update_gt()
837 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt()
851 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update()
857 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update()
871 ASSERT3P(tree1->avl_compar, ==, tree2->avl_compar); in avl_swap()
898 tree->avl_compar = compar; in avl_create()