Lines Matching refs:avl_compar
268 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find()
596 diff = tree->avl_compar(new_data, here); in avl_insert_here()
607 diff = tree->avl_compar(new_data, in avl_insert_here()
616 diff = tree->avl_compar(new_data, in avl_insert_here()
833 (t->avl_compar(obj, neighbor) <= 0)); in avl_update_lt()
836 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt()
850 (t->avl_compar(obj, neighbor) >= 0)); in avl_update_gt()
853 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt()
867 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update()
873 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update()
887 ASSERT3P(tree1->avl_compar, ==, tree2->avl_compar); in avl_swap()
914 tree->avl_compar = compar; in avl_create()