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_bits
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
tavl.c
80
r->
avl_bits
[0] = r->
avl_bits
[1] = AVL_THREAD;
106
q->
avl_bits
[0] = q->
avl_bits
[1] = AVL_THREAD;
109
p->
avl_bits
[cmp] = AVL_CHILD;
143
if ( r->
avl_bits
[ncmp] == AVL_THREAD ) {
144
r->
avl_bits
[ncmp] = AVL_CHILD;
145
s->
avl_bits
[cmp] = AVL_THREAD;
155
if ( p->
avl_bits
[cmp] == AVL_THREAD ) {
156
p->
avl_bits
[cmp] = AVL_CHILD
[
all
...]
testtavl.c
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 );
avl.c
89
r->
avl_bits
[0] = r->
avl_bits
[1] = AVL_CHILD;
114
q->
avl_bits
[0] = q->
avl_bits
[1] = AVL_CHILD;
/src/external/bsd/openldap/dist/include/
ldap_avl.h
46
char
avl_bits
[2];
member in struct:avlnode
52
#define avl_lbit
avl_bits
[0]
53
#define avl_rbit
avl_bits
[1]
60
char
avl_bits
[2];
member in struct:tavlnode
83
#define ldap_avl_child(x,dir) ((x)->
avl_bits
[dir]) == AVL_CHILD ? \
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026