Searched refs:avl_strcmp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | testavl.c | 49 static int avl_strcmp LDAP_P(( const void *s, const void *t )); 86 if ( (p = (char *) ldap_avl_find( tree, name, avl_strcmp )) in main() 97 if ( ldap_avl_insert( &tree, strdup( name ), avl_strcmp, in main() 106 if ( ldap_avl_delete( &tree, name, avl_strcmp ) == NULL ) in main() 152 static int avl_strcmp( const void *s, const void *t ) in avl_strcmp() function
|
H A D | testtavl.c | 49 static int avl_strcmp LDAP_P(( const void *s, const void *t )); 82 if ( (p = (char *) ldap_tavl_find( tree, name, avl_strcmp )) in main() 93 if ( ldap_tavl_insert( &tree, strdup( name ), avl_strcmp, in main() 102 if ( ldap_tavl_delete( &tree, name, avl_strcmp ) == NULL ) in main() 160 static int avl_strcmp( const void *s, const void *t ) in avl_strcmp() function
|