Searched refs:ua_tree (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libuutil/common/
H A Duu_avl.c230 avl_create(&ap->ua_tree, &uu_avl_node_compare, pp->uap_objsize,
254 if (avl_numnodes(&ap->ua_tree) != 0) {
272 avl_destroy(&ap->ua_tree);
280 return (avl_numnodes(&ap->ua_tree));
286 return (avl_first(&ap->ua_tree));
292 return (avl_last(&ap->ua_tree));
298 return (AVL_NEXT(&ap->ua_tree, node));
304 return (AVL_PREV(&ap->ua_tree, node));
321 wp->uaw_next_result = avl_first(&ap->ua_tree);
323 wp->uaw_next_result = avl_last(&ap->ua_tree);
[all...]
H A Dlibuutil_impl.h142 struct avl_tree ua_tree; member in struct:uu_avl

Completed in 22 milliseconds