Searched refs:SLAP_SYNC_RID_MAX (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dldapsync.c287 cookie->rid > SLAP_SYNC_RID_MAX )
H A Dslap.h1758 #define SLAP_SYNC_RID_MAX 999 macro
1763 #define SLAPD_SYNC_SYNCCONN_OFFSET (SLAP_SYNC_RID_MAX + 1)
H A Dsyncrepl.c4800 if ( tmp > SLAP_SYNC_RID_MAX || tmp < 0 ) {
4803 "syncrepl id %d is out of range [0..%d]", tmp, SLAP_SYNC_RID_MAX );
5401 assert( si->si_rid >= 0 && si->si_rid <= SLAP_SYNC_RID_MAX );

Completed in 145 milliseconds