OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avl_left
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
avl.c
181
t->
avl_left
= p;
365
if ( root->
avl_left
!= 0 )
366
if ( avl_inapply( root->
avl_left
, fn, arg, stopflag )
385
if ( root->
avl_left
!= 0 )
386
if ( avl_postapply( root->
avl_left
, fn, arg, stopflag )
407
if ( root->
avl_left
!= 0 )
408
if ( avl_preapply( root->
avl_left
, fn, arg, stopflag )
476
if ( root->
avl_left
!= 0 )
477
if ( ldap_avl_prefixapply( root->
avl_left
, data, fmatch,
488
if ( root->
avl_left
!= 0
[
all
...]
testavl.c
137
ravl_print( root->
avl_left
, depth+1 );
tavl.c
188
t->
avl_left
= p;
/src/external/bsd/openldap/dist/include/
ldap_avl.h
50
#define
avl_left
avl_link[0]
macro
79
#define ldap_avl_onenode(x) ((x) == 0 || ((x)->
avl_left
== 0 && (x)->avl_right == 0))
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c
186
meta_back_ravl_print( root->
avl_left
, depth + 1 );
/src/external/bsd/openldap/dist/servers/slapd/overlays/
sssvlv.c
644
next_node->
avl_left
= NULL;
Completed in 28 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026