Home
last modified time | relevance | path

Searched refs:o_csn (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dctxcsn.c58 if ( !BER_BVISEMPTY( &op->o_csn )) { in slap_get_commit_csn()
59 sid = slap_parse_csn_sid( &op->o_csn ); in slap_get_commit_csn()
129 if ( op->o_csn.bv_val == csne->ce_csn.bv_val ) { in slap_graduate_commit_csn()
130 BER_BVZERO( &op->o_csn ); in slap_graduate_commit_csn()
197 ber_bvreplace_x( &op->o_csn, &pending->ce_csn, op->o_tmpmemctx ); in slap_queue_csn()
H A Doperation.c126 if ( !BER_BVISNULL( &op->o_csn ) ) { in slap_op_free()
127 op->o_tmpfree( op->o_csn.bv_val, op->o_tmpmemctx ); in slap_op_free()
H A Dadd.c617 if ( BER_BVISEMPTY( &op->o_csn )) { in slap_add_opattrs()
627 csn = op->o_csn; in slap_add_opattrs()
H A Dmodify.c909 if ( BER_BVISEMPTY( &op->o_csn )) { in slap_mods_opattrs()
922 csn = op->o_csn; in slap_mods_opattrs()
H A Dsyncrepl.c2856 op->o_csn = mod->sml_nvalues[0]; in syncrepl_op_modify()
3110 BER_BVZERO( &op->o_csn ); in syncrepl_message_to_op()
3183 op->o_tmpfree( op->o_csn.bv_val, op->o_tmpmemctx ); in syncrepl_message_to_op()
3184 BER_BVZERO( &op->o_csn ); in syncrepl_message_to_op()
4058 assert( BER_BVISNULL( &op->o_csn ) ); in syncrepl_entry()
4073 if ( BER_BVISNULL( &op->o_csn )) in syncrepl_entry()
4082 op->o_csn = a->a_vals[0]; in syncrepl_entry()
4499 if ( !BER_BVISNULL( &op->o_csn ) && freecsn ) { in syncrepl_entry()
4500 op->o_tmpfree( op->o_csn.bv_val, op->o_tmpmemctx ); in syncrepl_entry()
4502 BER_BVZERO( &op->o_csn ); in syncrepl_entry()
[all …]
H A Dslap.h2823 struct berval o_csn; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Ddelete.c77 if ( BER_BVISNULL( &op->o_csn ) ) { in wt_delete()
339 assert( !BER_BVISNULL( &op->o_csn ) ); in wt_delete()
340 vals[0] = op->o_csn; in wt_delete()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Ddelete.c70 if ( BER_BVISNULL( &op->o_csn ) ) { in mdb_delete()
323 assert( !BER_BVISNULL( &op->o_csn ) ); in mdb_delete()
324 vals[0] = op->o_csn; in mdb_delete()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c734 op->o_csn = slap_empty_bv; in accesslog_purge()
1919 op2.o_csn = op->o_csn; in accesslog_response()
1923 if (( lo->mask & LOG_OP_WRITES ) && !BER_BVISEMPTY( &op->o_csn )) { in accesslog_response()
1936 slap_queue_csn( &op2, &op->o_csn ); in accesslog_response()
1939 &op->o_csn, op->o_tmpmemctx ); in accesslog_response()
1953 if ( !BER_BVISEMPTY( &op->o_csn ) ) { in accesslog_response()
1955 int i, sid = slap_parse_csn_sid( &op->o_csn ); in accesslog_response()
1966 op->o_csn.bv_val ); in accesslog_response()
1968 sid, &op->o_csn ); in accesslog_response()
1974 bv[0] = op->o_csn; in accesslog_response()
[all …]
H A Dsyncprov.c1648 if ( BER_BVISEMPTY( &op->o_csn ) ) { in syncprov_add_slog()
1667 op->o_csn.bv_len + 1 ); in syncprov_add_slog()
1675 AC_MEMCPY( se->se_csn.bv_val, op->o_csn.bv_val, op->o_csn.bv_len ); in syncprov_add_slog()
1676 se->se_csn.bv_val[op->o_csn.bv_len] = '\0'; in syncprov_add_slog()
1677 se->se_csn.bv_len = op->o_csn.bv_len; in syncprov_add_slog()
2667 if ( op->o_csn.bv_val ) { in syncprov_op_mod()
2668 opc->osid = slap_parse_csn_sid( &op->o_csn ); in syncprov_op_mod()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Ddelete.cpp59 if ( BER_BVISNULL( &op->o_csn ) ) { in ndb_back_delete()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1487 if ( BER_BVISEMPTY( &op->o_csn )) { in ldif_back_delete()