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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h79 typedef int (*AVL_APPLY) LDAP_P((void *, void*)); typedef
117 avl_apply LDAP_P((Avlnode *, AVL_APPLY, void*, int, int));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Davl.c353 avl_inapply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag )
373 avl_postapply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag )
392 avl_preapply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag )
420 avl_apply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag, int type )

Completed in 113 milliseconds