Searched defs:uu_avl_index_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libuutil/common/
H A Dlibuutil.h306 typedef uintptr_t uu_avl_index_t; typedef
376 void *uu_avl_find(uu_avl_t *, void *, void *, uu_avl_index_t *);
377 void uu_avl_insert(uu_avl_t *, void *, uu_avl_index_t);
379 void *uu_avl_nearest_next(uu_avl_t *, uu_avl_index_t);
380 void *uu_avl_nearest_prev(uu_avl_t *, uu_avl_index_t);

Completed in 56 milliseconds