HomeSort by: relevance | last modified time | path
    Searched refs:avl_right (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
avl.c 178 else if ( s == t->avl_right )
179 t->avl_right = p;
373 if ( root->avl_right == 0 )
376 return( avl_inapply( root->avl_right, fn, arg, stopflag ) );
390 if ( root->avl_right != 0 )
391 if ( avl_postapply( root->avl_right, fn, arg, stopflag )
412 if ( root->avl_right == 0 )
415 return( avl_preapply( root->avl_right, fn, arg, stopflag ) );
481 if ( root->avl_right != 0 )
482 return( ldap_avl_prefixapply( root->avl_right, data, fmatch
    [all...]
testavl.c 131 ravl_print( root->avl_right, depth+1 );
tavl.c 185 else if ( s == t->avl_right )
186 t->avl_right = p;
  /src/external/bsd/openldap/dist/include/
ldap_avl.h 51 #define avl_right avl_link[1] macro
79 #define ldap_avl_onenode(x) ((x) == 0 || ((x)->avl_left == 0 && (x)->avl_right == 0))
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 176 meta_back_ravl_print( root->avl_right, depth + 1 );

Completed in 25 milliseconds