Searched refs:avl_right (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Davl.c171 else if ( s == t->avl_right )
172 t->avl_right = p;
366 if ( root->avl_right == 0 )
369 return( avl_inapply( root->avl_right, fn, arg, stopflag ) );
383 if ( root->avl_right != 0 )
384 if ( avl_postapply( root->avl_right, fn, arg, stopflag )
405 if ( root->avl_right == 0 )
408 return( avl_preapply( root->avl_right, fn, arg, stopflag ) );
474 if ( root->avl_right != 0 )
475 return( avl_prefixapply( root->avl_right, dat
[all...]
H A Dtestavl.c126 ravl_print( root->avl_right, depth+1 );
H A Dtavl.c180 else if ( s == t->avl_right )
181 t->avl_right = p;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h49 #define avl_right avl_link[1] macro
70 #define avl_onenode(x) ((x) == 0 || ((x)->avl_left == 0 && (x)->avl_right == 0))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c171 meta_back_ravl_print( root->avl_right, depth + 1 );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c94 ldap_back_ravl_print( root->avl_right, depth+1 );

Completed in 178 milliseconds