Home
last modified time | relevance | path

Searched refs:syncUUID (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c182 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()
[all …]
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c2352 struct berval syncUUID, syncCookie = BER_BVNULL; in print_syncstate() local
2370 if ( ber_scanf( ber, "{em", &state, &syncUUID ) == LBER_ERROR ) { in print_syncstate()
2378 syncUUID.bv_val, syncUUID.bv_len, in print_syncstate()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4533.txt457 2.1.1. syncUUID
459 The syncUUID data type is an OCTET STRING holding a 128-bit
462 syncUUID ::= OCTET STRING (SIZE(16))
525 entryUUID syncUUID,
587 syncUUIDs SET OF syncUUID