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

/netbsd-current/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_avl.c231 avl_create(&ap->ua_tree, &uu_avl_node_compare, pp->uap_objsize,
255 if (avl_numnodes(&ap->ua_tree) != 0) {
273 avl_destroy(&ap->ua_tree);
281 return (avl_numnodes(&ap->ua_tree));
287 return (avl_first(&ap->ua_tree));
293 return (avl_last(&ap->ua_tree));
299 return (AVL_NEXT(&ap->ua_tree, node));
305 return (AVL_PREV(&ap->ua_tree, node));
322 wp->uaw_next_result = avl_first(&ap->ua_tree);
324 wp->uaw_next_result = avl_last(&ap->ua_tree);
[all...]
H A Dlibuutil_impl.h146 struct avl_tree ua_tree; member in struct:uu_avl

Completed in 236 milliseconds