Home
last modified time | relevance | path

Searched refs:syncUUIDs (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dldap_sync.c436 BerVarray syncUUIDs = NULL; in ldap_sync_search_intermediate() local
590 if ( ber_scanf( ber, /*"{"*/ "[W]}", &syncUUIDs ) == LBER_ERROR in ldap_sync_search_intermediate()
591 || syncUUIDs == NULL ) in ldap_sync_search_intermediate()
602 for ( i = 0; syncUUIDs[ i ].bv_val != NULL; i++ ) { in ldap_sync_search_intermediate()
606syncUUIDs[ i ].bv_val, syncUUIDs[ i ].bv_len, in ldap_sync_search_intermediate()
621 ls->ls_intermediate( ls, res, syncUUIDs, phase ); in ldap_sync_search_intermediate()
624 ber_bvarray_free( syncUUIDs ); in ldap_sync_search_intermediate()
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc4533.txt332 are contained in the syncUUIDs set; if refreshDeletes of syncIdSet is
334 content are contained in the syncUUIDs set. An optional cookie can
345 contained in the syncUUIDs set.
587 syncUUIDs SET OF syncUUID
781 value with refreshDeletes set to FALSE. syncUUIDs contain a set of
791 Operation. syncUUIDs may be empty. The Sync Info Message of
807 value with refreshDeletes set to TRUE. syncUUIDs contain a set of
809 content since the last Sync Operation. syncUUIDs may be empty. The
928 value with refreshDeletes set to TRUE. syncUUIDs contain a set of
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dsyncrepl.c1269 BerVarray syncUUIDs; in do_syncrep2() local
1800 syncUUIDs = NULL; in do_syncrep2()
1801 rc = ber_scanf( ber, "[W]", &syncUUIDs ); in do_syncrep2()
1805 … syncrepl_del_nonpresent( op, si, syncUUIDs, in do_syncrep2()
1807 … ber_bvarray_free_x( syncUUIDs, op->o_tmpmemctx ); in do_syncrep2()
1810 … for ( i = 0; !BER_BVISNULL( &syncUUIDs[i] ); i++ ) { in do_syncrep2()
1811 … (void)presentlist_insert( si, &syncUUIDs[i] ); in do_syncrep2()
1812 … slap_sl_free( syncUUIDs[i].bv_val, op->o_tmpmemctx ); in do_syncrep2()
1814 … slap_sl_free( syncUUIDs, op->o_tmpmemctx ); in do_syncrep2()
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Daspell.en.pws485 syncUUIDs
/netbsd/src/external/bsd/openldap/dist/include/
Dldap.h910 BerVarray syncUUIDs,
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dsyncprov.c334 BerVarray syncUUIDs, in syncprov_sendinfo() argument
382 ber_printf( ber, "[W]", syncUUIDs ); in syncprov_sendinfo()