Searched refs:SLAP_SYNCUUID_SET_SIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dsyncprov.c584 if ( pc->num != SLAP_SYNCUUID_SET_SIZE )
717 pcookie.uuids = op->o_tmpalloc( (SLAP_SYNCUUID_SET_SIZE+1) *
718 sizeof(struct berval) + SLAP_SYNCUUID_SET_SIZE * UUID_LEN,
720 pcookie.last = (char *)(pcookie.uuids + SLAP_SYNCUUID_SET_SIZE+1);
723 for (i=1; i<SLAP_SYNCUUID_SET_SIZE; i++) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslap.h1767 #define SLAP_SYNCUUID_SET_SIZE 256 macro

Completed in 100 milliseconds