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_CHILD
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
tavl.c
109
p->avl_bits[cmp] =
AVL_CHILD
;
144
r->avl_bits[ncmp] =
AVL_CHILD
;
156
p->avl_bits[cmp] =
AVL_CHILD
;
163
p->avl_bits[ncmp] =
AVL_CHILD
;
227
if ( p->avl_bits[0] ==
AVL_CHILD
&& p->avl_bits[1] ==
AVL_CHILD
&&
234
while (q->avl_bits[1] ==
AVL_CHILD
&& q->avl_link[1]) {
249
q->avl_bits[0] = q->avl_bits[1] =
AVL_CHILD
;
271
while ( r->avl_bits[0] ==
AVL_CHILD
&& r->avl_link[0] )
277
if ( p->avl_link[0] && p->avl_bits[0] ==
AVL_CHILD
) {
[
all
...]
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
74
#define
AVL_CHILD
0
83
#define ldap_avl_child(x,dir) ((x)->avl_bits[dir]) ==
AVL_CHILD
? \
Completed in 22 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026