OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ua_tree
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libuutil/common/
uu_avl.c
231
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
...]
libuutil_impl.h
146
struct avl_tree
ua_tree
;
member in struct:uu_avl
Completed in 23 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026