OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avl_find
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/common/avl/
avl.c
255
avl_find
(avl_tree_t *tree, const void *value, avl_index_t *where)
function
472
* Insert a new node into an AVL tree at the specified (from
avl_find
()) place.
474
* Newly inserted nodes are always leaf nodes in the tree, since
avl_find
()
644
if (
avl_find
(tree, new_node, &where) != NULL)
646
panic("
avl_find
() succeeded inside avl_add()");
648
(void) assfail("
avl_find
() succeeded inside avl_add()",
Completed in 49 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026