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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dctxcsn.c76 if ( committed_csne->ce_csn.bv_len < maxcsn->bv_len )
77 maxcsn->bv_len = committed_csne->ce_csn.bv_len;
78 AC_MEMCPY( maxcsn->bv_val, committed_csne->ce_csn.bv_val,
123 csne->ce_csn.bv_val, csne->ce_csn.bv_val, 0 );
124 if ( op->o_csn.bv_val == csne->ce_csn.bv_val ) {
127 ch_free( csne->ce_csn.bv_val );
193 ber_dupbv( &pending->ce_csn, csn );
194 ber_bvreplace_x( &op->o_csn, &pending->ce_csn, op->o_tmpmemctx );
H A Dbackend.c430 ch_free( csne->ce_csn.bv_val );
H A Dslap.h2443 struct berval ce_csn; member in struct:slap_csn_entry

Completed in 99 milliseconds