Lines Matching refs:syncUUID

182 static int presentlist_insert( syncinfo_t* si, struct berval *syncUUID );
183 static void presentlist_delete( Avlnode **av, struct berval *syncUUID );
184 static char *presentlist_find( Avlnode *av, struct berval *syncUUID );
1266 struct berval *retdata, syncUUID[2], cookie = BER_BVNULL; in do_syncrep2() local
1284 BER_BVZERO( &syncUUID[0] ); in do_syncrep2()
1285 rc = syncrepl_dirsync_message( si, op, msg, &modlist, &entry, &syncstate, syncUUID ); in do_syncrep2()
1287 rc = syncrepl_entry( si, op, entry, &modlist, syncstate, syncUUID, NULL ); in do_syncrep2()
1288 op->o_tmpfree( syncUUID[0].bv_val, op->o_tmpmemctx ); in do_syncrep2()
1322 &modlist, &entry, syncstate, syncUUID ); in do_syncrep2()
1324 rc = syncrepl_entry( si, op, entry, &modlist, syncstate, syncUUID, NULL ); in do_syncrep2()
1325 op->o_tmpfree( syncUUID[0].bv_val, op->o_tmpmemctx ); in do_syncrep2()
1364 if ( ber_scanf( ber, "{em" /*"}"*/, &syncstate, &syncUUID[0] ) in do_syncrep2()
1375 if ( syncUUID[0].bv_len != UUIDLEN ) { in do_syncrep2()
1481 &modlist, &entry, syncstate, syncUUID ) ) == LDAP_SUCCESS ) in do_syncrep2()
1488 syncstate, syncUUID, syncCookie.ctxcsn ) ) == LDAP_SUCCESS && in do_syncrep2()
2351 struct berval *syncUUID, in syncrepl_dsee_uuid() argument
2363 dseestr, &syncUUID[0], ctx )) in syncrepl_dsee_uuid()
2365 (void)slap_uuidstr_from_normalized( &syncUUID[1], &syncUUID[0], ctx ); in syncrepl_dsee_uuid()
3218 struct berval *syncUUID in syncrepl_message_to_entry() argument
3264 (void)slap_uuidstr_from_normalized( &syncUUID[1], &syncUUID[0], op->o_tmpmemctx ); in syncrepl_message_to_entry()
3267 si->si_ridtxt, bdn.bv_val, syncUUID[1].bv_val ); in syncrepl_message_to_entry()
3326 rc = syncrepl_dsee_uuid( &tmp.sml_values[0], syncUUID, op->o_tmpmemctx ); in syncrepl_message_to_entry()
3436 struct berval *syncUUID in syncrepl_dirsync_message() argument
3523 ber_dupbv_x( &syncUUID[0], &tmp.sml_values[0], op->o_tmpmemctx ); in syncrepl_dirsync_message()
3527 (void)slap_uuidstr_from_normalized( &syncUUID[1], &syncUUID[0], op->o_tmpmemctx ); in syncrepl_dirsync_message()
3530 si->si_ridtxt, bdn.bv_val, syncUUID[1].bv_val ); in syncrepl_dirsync_message()
3830 struct berval *syncUUID ) in presentlist_insert() argument
3844 memcpy(&s, syncUUID->bv_val, 2); in presentlist_insert()
3845 memcpy(val, syncUUID->bv_val+2, UUIDLEN-2); in presentlist_insert()
3856 AC_MEMCPY( val, syncUUID->bv_val, UUIDLEN ); in presentlist_insert()
3931 struct berval* syncUUID, in syncrepl_entry() argument
3954 syncuuid_inserted = presentlist_insert( si, syncUUID ); in syncrepl_entry()
3972 &syncUUID[1], syncUUID ); in syncrepl_entry()
3974 } else if ( !bvmatch( &a->a_nvals[0], syncUUID ) ) { in syncrepl_entry()
3978 ber_dupbv( &a->a_nvals[0], syncUUID ); in syncrepl_entry()
3981 ber_dupbv( &a->a_vals[0], &syncUUID[1] ); in syncrepl_entry()
3988 ava.aa_value = *syncUUID; in syncrepl_entry()
3992 si->si_ridtxt, syncUUID[1].bv_val ); in syncrepl_entry()
3996 op->ors_filterstr.bv_len = STRLENOF( "(entryUUID=)" ) + syncUUID[1].bv_len; in syncrepl_entry()
4001 syncUUID[1].bv_val, syncUUID[1].bv_len ); in syncrepl_entry()
4485 slap_sl_free( syncUUID[1].bv_val, op->o_tmpmemctx ); in syncrepl_entry()
4486 BER_BVZERO( &syncUUID[1] ); in syncrepl_entry()