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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Davl.c174 t->avl_left = p;
358 if ( root->avl_left != 0 )
359 if ( avl_inapply( root->avl_left, fn, arg, stopflag )
378 if ( root->avl_left != 0 )
379 if ( avl_postapply( root->avl_left, fn, arg, stopflag )
400 if ( root->avl_left != 0 )
401 if ( avl_preapply( root->avl_left, fn, arg, stopflag )
469 if ( root->avl_left != 0 )
470 if ( avl_prefixapply( root->avl_left, data, fmatch,
481 if ( root->avl_left !
[all...]
H A Dtestavl.c132 ravl_print( root->avl_left, depth+1 );
H A Dtavl.c183 t->avl_left = p;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Davl.h48 #define avl_left avl_link[0] macro
70 #define avl_onenode(x) ((x) == 0 || ((x)->avl_left == 0 && (x)->avl_right == 0))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c181 meta_back_ravl_print( root->avl_left, depth + 1 );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c103 ldap_back_ravl_print( root->avl_left, depth + 1 );

Completed in 107 milliseconds