Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c654 if ( pc->num != SLAP_SYNCUUID_SET_SIZE ) in findpres_cb()
796 pcookie.uuids = op->o_tmpalloc( (SLAP_SYNCUUID_SET_SIZE+1) * in syncprov_findcsn()
797 sizeof(struct berval) + SLAP_SYNCUUID_SET_SIZE * UUID_LEN, in syncprov_findcsn()
799 pcookie.last = (char *)(pcookie.uuids + SLAP_SYNCUUID_SET_SIZE+1); in syncprov_findcsn()
802 for (i=1; i<SLAP_SYNCUUID_SET_SIZE; i++) { in syncprov_findcsn()
2331 uuid_progress.list_len = SLAP_SYNCUUID_SET_SIZE; in syncprov_play_accesslog()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h1776 #define SLAP_SYNCUUID_SET_SIZE 256 macro