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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dtestavl.c44 static int avl_strcmp LDAP_P(( const void *s, const void *t ));
81 if ( (p = (char *) avl_find( tree, name, avl_strcmp ))
92 if ( avl_insert( &tree, strdup( name ), avl_strcmp,
101 if ( avl_delete( &tree, name, avl_strcmp ) == NULL )
147 static int avl_strcmp( const void *s, const void *t ) function
H A Dtesttavl.c44 static int avl_strcmp LDAP_P(( const void *s, const void *t ));
77 if ( (p = (char *) tavl_find( tree, name, avl_strcmp ))
88 if ( tavl_insert( &tree, strdup( name ), avl_strcmp,
97 if ( tavl_delete( &tree, name, avl_strcmp ) == NULL )
155 static int avl_strcmp( const void *s, const void *t ) function

Completed in 170 milliseconds