Lines Matching refs:Avlnode
41 typedef struct avlnode Avlnode; typedef
94 ldap_avl_free LDAP_P(( Avlnode *root, AVL_FREE dfree ));
97 ldap_avl_insert LDAP_P((Avlnode **, void*, AVL_CMP, AVL_DUP));
100 ldap_avl_delete LDAP_P((Avlnode **, void*, AVL_CMP));
103 ldap_avl_find LDAP_P((Avlnode *, const void*, AVL_CMP));
105 LDAP_AVL_F( Avlnode* )
106 ldap_avl_find2 LDAP_P((Avlnode *, const void*, AVL_CMP));
109 ldap_avl_find_lin LDAP_P((Avlnode *, const void*, AVL_CMP));
113 ldap_avl_getfirst LDAP_P((Avlnode *));
126 ldap_avl_apply LDAP_P((Avlnode *, AVL_APPLY, void*, int, int));
129 ldap_avl_prefixapply LDAP_P((Avlnode *, void*, AVL_CMP, void*, AVL_CMP, void*, int));