Searched refs:avl_bits (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dtavl.c75 r->avl_bits[0] = r->avl_bits[1] = AVL_THREAD;
101 q->avl_bits[0] = q->avl_bits[1] = AVL_THREAD;
104 p->avl_bits[cmp] = AVL_CHILD;
138 if ( r->avl_bits[ncmp] == AVL_THREAD ) {
139 r->avl_bits[ncmp] = AVL_CHILD;
140 s->avl_bits[cmp] = AVL_THREAD;
150 if ( p->avl_bits[cmp] == AVL_THREAD ) {
151 p->avl_bits[cm
[all...]
H A Dtesttavl.c123 ravl_print( root->avl_link[1], depth+1, root->avl_bits[1] == AVL_THREAD );
140 ravl_print( root->avl_link[0], depth+1, root->avl_bits[0] == AVL_THREAD );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h44 char avl_bits[2]; member in struct:avlnode
50 #define avl_lbit avl_bits[0]
51 #define avl_rbit avl_bits[1]
74 #define avl_child(x,dir) ((x)->avl_bits[dir]) == AVL_CHILD ? \

Completed in 74 milliseconds