Searched refs:maxcsn (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dctxcsn.c38 /* maxcsn->bv_val must point to a char buf[LDAP_PVT_CSNSTR_BUFSIZE] */
42 struct berval *maxcsn,
50 if ( maxcsn ) {
51 assert( maxcsn->bv_val != NULL );
52 assert( maxcsn->bv_len >= LDAP_PVT_CSNSTR_BUFSIZE );
79 if ( maxcsn ) {
81 if ( committed_csne->ce_csn.bv_len < maxcsn->bv_len )
82 maxcsn->bv_len = committed_csne->ce_csn.bv_len;
83 AC_MEMCPY( maxcsn->bv_val, committed_csne->ce_csn.bv_val,
84 maxcsn
40 slap_get_commit_csn( Operation *op, struct berval *maxcsn, int *foundit ) argument
[all...]
H A Dslapcommon.c996 if ( maxcsn[ sid ].bv_len ) {
998 &maxcsn[ sid ], NULL );
1046 if ( maxcsn[ sid ].bv_len == 0 ) {
1053 &maxcsn[ sid ], &attr->a_nvals[i], &text );
1059 AC_MEMCPY( maxcsn[ sid ].bv_val,
1062 maxcsn[ sid ].bv_val[ attr->a_nvals[ i ].bv_len ] = '\0';
1063 maxcsn[ sid ].bv_len = attr->a_nvals[ i ].bv_len;
1082 if ( maxcsn[ sid ].bv_len ) {
1084 &maxcsn[ sid], NULL );
1138 if ( maxcsn[ si
[all...]
H A Dslapcommon.h94 #define maxcsn tool_globals.tv_maxcsn macro
H A Dproto-slap.h871 Operation *, struct berval *maxcsn, int *foundit ));
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c596 struct berval *maxcsn = op->o_callback->sc_private; local
600 if ( a && ber_bvcmp( &a->a_vals[0], maxcsn ) > 0 &&
602 maxcsn->bv_len = a->a_vals[0].bv_len;
603 strcpy( maxcsn->bv_val, a->a_vals[0].bv_val );
684 struct berval maxcsn; local
748 cb.sc_private = &maxcsn;
751 maxcsn.bv_val = cbuf;
752 maxcsn.bv_len = cf.f_av_value.bv_len;
815 if ( ber_bvcmp( &si->si_ctxcsn[maxid], &maxcsn )) {
818 assert( !syn->ssyn_validate( syn, &maxcsn ));
2409 struct berval maxcsn; local
3060 struct berval mincsn, maxcsn; local
[all...]
H A Daccesslog.c1924 struct berval maxcsn; local
1928 maxcsn.bv_val = cbuf;
1929 maxcsn.bv_len = sizeof(cbuf);
1934 slap_get_commit_csn( op, &maxcsn, &foundit );
1935 if ( !BER_BVISEMPTY( &maxcsn ) ) {

Completed in 172 milliseconds