Searched refs:AVL_CMP (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h80 typedef int (*AVL_CMP) LDAP_P((const void*, const void*)); typedef
88 avl_insert LDAP_P((Avlnode **, void*, AVL_CMP, AVL_DUP));
91 avl_delete LDAP_P((Avlnode **, void*, AVL_CMP));
94 avl_find LDAP_P((Avlnode *, const void*, AVL_CMP));
97 avl_find2 LDAP_P((Avlnode *, const void*, AVL_CMP));
100 avl_find_lin LDAP_P((Avlnode *, const void*, AVL_CMP));
120 avl_prefixapply LDAP_P((Avlnode *, void*, AVL_CMP, void*, AVL_CMP, void*, int));
126 tavl_insert LDAP_P((Avlnode **, void*, AVL_CMP, AVL_DUP));
129 tavl_delete LDAP_P((Avlnode **, void*, AVL_CMP));
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Davl.c73 avl_insert( Avlnode ** root, void *data, AVL_CMP fcmp, AVL_DUP fdup )
181 avl_delete( Avlnode **root, void* data, AVL_CMP fcmp )
452 AVL_CMP fmatch,
454 AVL_CMP fcmp,
529 avl_find2( Avlnode *root, const void *data, AVL_CMP fcmp )
541 avl_find( Avlnode *root, const void* data, AVL_CMP fcmp )
561 avl_find_lin( Avlnode *root, const void* data, AVL_CMP fcmp )
H A Dtavl.c63 tavl_insert( Avlnode ** root, void *data, AVL_CMP fcmp, AVL_DUP fdup )
190 tavl_delete( Avlnode **root, void* data, AVL_CMP fcmp )
458 tavl_find3( Avlnode *root, const void *data, AVL_CMP fcmp, int *ret )
473 tavl_find2( Avlnode *root, const void *data, AVL_CMP fcmp )
485 tavl_find( Avlnode *root, const void* data, AVL_CMP fcmp )

Completed in 75 milliseconds