OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ravl_print
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
testavl.c
47
static void
ravl_print
LDAP_P(( Avlnode *root, int depth ));
124
static void
ravl_print
( Avlnode *root, int depth )
function
131
ravl_print
( root->avl_right, depth+1 );
137
ravl_print
( root->avl_left, depth+1 );
147
ravl_print
( root, 0 );
testtavl.c
47
static void
ravl_print
LDAP_P(( TAvlnode *root, int depth, int thread ));
123
static void
ravl_print
( TAvlnode *root, int depth, int thread )
function
128
ravl_print
( root->avl_link[1], depth+1, root->avl_bits[1] == AVL_THREAD );
145
ravl_print
( root->avl_link[0], depth+1, root->avl_bits[0] == AVL_THREAD );
155
ravl_print
( root, 0, 0 );
Completed in 15 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026