Searched refs:AVL_CHILD (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dtavl.c104 p->avl_bits[cmp] = AVL_CHILD;
139 r->avl_bits[ncmp] = AVL_CHILD;
151 p->avl_bits[cmp] = AVL_CHILD;
158 p->avl_bits[ncmp] = AVL_CHILD;
222 if ( p->avl_bits[0] == AVL_CHILD && p->avl_bits[1] == AVL_CHILD &&
229 while (q->avl_bits[1] == AVL_CHILD && q->avl_link[1]) {
244 q->avl_bits[0] = q->avl_bits[1] = AVL_CHILD;
266 while ( r->avl_bits[0] == AVL_CHILD && r->avl_link[0] )
272 if ( p->avl_link[0] && p->avl_bits[0] == AVL_CHILD ) {
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h66 #define AVL_CHILD 1 macro
74 #define avl_child(x,dir) ((x)->avl_bits[dir]) == AVL_CHILD ? \

Completed in 66 milliseconds