Lines Matching defs:csns
726 /* If there are multiple CSNs, use the one with our serverID */
940 struct berval cookie, csns[2];
950 csns[0] = ri->ri_csn;
951 BER_BVZERO( &csns[1] );
952 slap_compose_sync_cookie( op, &cookie, csns, so->s_rid,
2023 BerVarray uuids, csns;
2072 csns = op->o_tmpalloc( (num) * sizeof( struct berval ) +
2074 csns[0].bv_val = (char *)(csns + num);
2142 csns[j].bv_val = csns[0].bv_val + (j * LDAP_PVT_CSNSTR_BUFSIZE);
2143 AC_MEMCPY(csns[j].bv_val, se->se_csn.bv_val, se->se_csn.bv_len);
2144 csns[j].bv_len = se->se_csn.bv_len;
2146 csns[j].bv_val[csns[j].bv_len] = '\0';
2154 uuidstr, csns[j].bv_val );
2215 } else if ( ber_bvcmp( &csns[index], &csns[i] ) < 0 ) {
2222 csn[0] = csns[index];
2240 op->o_tmpfree( csns, op->o_tmpmemctx );
2311 * - at least one of the cookie's csns is older than its ctxcsn counterpart
2315 * specify them separately, so just pick the boundary CSNs of non-empty
3293 /* consumer doesn't have the right number of CSNs */
3459 * can't look up CSNs by serverid with the current indexing support.