HomeSort by: relevance | last modified time | path
    Searched refs:SLAP_SYNCUUID_SET_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 654 if ( pc->num != SLAP_SYNCUUID_SET_SIZE )
796 pcookie.uuids = op->o_tmpalloc( (SLAP_SYNCUUID_SET_SIZE+1) *
797 sizeof(struct berval) + SLAP_SYNCUUID_SET_SIZE * UUID_LEN,
799 pcookie.last = (char *)(pcookie.uuids + SLAP_SYNCUUID_SET_SIZE+1);
802 for (i=1; i<SLAP_SYNCUUID_SET_SIZE; i++) {
2397 uuid_progress.list_len = SLAP_SYNCUUID_SET_SIZE;
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 1783 #define SLAP_SYNCUUID_SET_SIZE 256

Completed in 20 milliseconds