Home
last modified time | relevance | path

Searched refs:uaw_next_result (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_avl.c320 wp->uaw_next_result = avl_first(&ap->ua_tree); in _avl_walk_init()
322 wp->uaw_next_result = avl_last(&ap->ua_tree); in _avl_walk_init()
335 void *np = wp->uaw_next_result; in _avl_walk_advance()
342 wp->uaw_next_result = (wp->uaw_dir > 0)? AVL_NEXT(t, np) : in _avl_walk_advance()
358 wp->uaw_next_result = NULL; in _avl_walk_fini()
441 if (elem == wp->uaw_next_result) in uu_avl_remove()
443 } else if (wp->uaw_next_result != NULL) { in uu_avl_remove()
H A Dlibuutil_impl.h130 void *uaw_next_result; member