Searched refs:syncuuid_cmp (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | syncrepl.c | 181 static int syncuuid_cmp( const void *, const void * ); 3848 syncuuid_cmp, ldap_avl_dup_error ) ) in presentlist_insert() 3859 syncuuid_cmp, ldap_avl_dup_error ) ) in presentlist_insert() 3882 return ldap_avl_find( a2[s], val->bv_val+2, syncuuid_cmp ); in presentlist_find() 3884 return ldap_avl_find( av, val->bv_val, syncuuid_cmp ); in presentlist_find() 3918 ldap_avl_delete( &a2[s], val->bv_val+2, syncuuid_cmp ); in presentlist_delete() 3920 ldap_avl_delete( av, val->bv_val, syncuuid_cmp ); in presentlist_delete() 5797 syncuuid_cmp( const void* v_uuid1, const void* v_uuid2 ) in syncuuid_cmp() function
|