OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncUUIDs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
ldap_sync.c
436
BerVarray
syncUUIDs
= NULL;
590
if ( ber_scanf( ber, /*"{"*/ "[W]}", &
syncUUIDs
) == LBER_ERROR
591
||
syncUUIDs
== NULL )
602
for ( i = 0;
syncUUIDs
[ i ].bv_val != NULL; i++ ) {
606
syncUUIDs
[ i ].bv_val,
syncUUIDs
[ i ].bv_len,
621
ls->ls_intermediate( ls, res,
syncUUIDs
, phase );
624
ber_bvarray_free(
syncUUIDs
);
/src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c
1374
BerVarray
syncUUIDs
;
1911
syncUUIDs
= NULL;
1912
rc = ber_scanf( ber, "[W]", &
syncUUIDs
);
1916
syncrepl_del_nonpresent( op, si,
syncUUIDs
,
1918
ber_bvarray_free_x(
syncUUIDs
, op->o_tmpmemctx );
1921
for ( i = 0; !BER_BVISNULL( &
syncUUIDs
[i] ); i++ ) {
1922
(void)presentlist_insert( si, &
syncUUIDs
[i] );
1923
slap_sl_free(
syncUUIDs
[i].bv_val, op->o_tmpmemctx );
1925
slap_sl_free(
syncUUIDs
, op->o_tmpmemctx );
/src/external/bsd/openldap/dist/include/
ldap.h
901
* In the above cases,
syncUUIDs
is NULL.
904
* LDAP_SYNC_CAPI_DELETES_IDSET,
syncUUIDs
is an array of UUIDs
910
BerVarray
syncUUIDs
,
/src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c
334
BerVarray
syncUUIDs
,
382
ber_printf( ber, "[W]",
syncUUIDs
);
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026