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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h74 #define avl_child(x,dir) ((x)->avl_bits[dir]) == AVL_CHILD ? \ macro
76 #define avl_lchild(x) avl_child(x,0)
77 #define avl_rchild(x) avl_child(x,1)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dtavl.c91 q = avl_child( p, cmp );
466 root = avl_child( root, dir );
479 root = avl_child( root, cmp );
491 root = avl_child( root, cmp );

Completed in 112 milliseconds