Searched refs:TXN_COMMIT (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn_rec.c220 info, argp->txnp->txnid, TXN_COMMIT, lsnp)) == 0) {
331 c_stat == TXN_OK || c_stat == TXN_COMMIT) {
333 (p_stat != TXN_COMMIT && p_stat != TXN_IGNORE))
351 case TXN_COMMIT:
369 p_stat == TXN_COMMIT ? TXN_COMMIT : TXN_IGNORE,
H A Dtxn.c686 TXN_COMMIT,
1305 txn, is_commit ? TXN_COMMIT : TXN_ABORT, 0)) != 0)
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dtxn.h168 * TXN_COMMIT
225 #define TXN_COMMIT 1 macro
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c192 if (status == TXN_COMMIT)
232 else if (status == TXN_COMMIT) {
505 if (lsn != NULL && IS_ZERO_LSN(hp->maxlsn) && status == TXN_COMMIT)
509 status != TXN_COMMIT || LOG_COMPARE(&hp->maxlsn, lsn) >= 0);
662 if (lsn != NULL && IS_ZERO_LSN(hp->maxlsn) && status == TXN_COMMIT)
926 case TXN_COMMIT:
/macosx-10.10.1/BerkeleyDB-21/db/fileops/
H A Dfop_rec.c405 cstat = TXN_COMMIT;
422 if (cstat == TXN_COMMIT)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dback-bdb.h274 #define TXN_COMMIT(txn,f) txn_commit((txn), (f)) macro
286 #define TXN_COMMIT(txn,f) (txn)->commit((txn), (f)) macro
H A Dadd.c434 if ( TXN_COMMIT( lt2, 0 ) != 0 ) {
482 if(( rs->sr_err=TXN_COMMIT( ltid, 0 )) != 0 ) {
H A Ddelete.c498 if ( TXN_COMMIT( lt2, 0 ) != 0 ) {
534 rs->sr_err = TXN_COMMIT( ltid, 0 );
H A Dtools.c722 rc = TXN_COMMIT( tid, 0 );
865 rc = TXN_COMMIT( tid, 0 );
954 rc = TXN_COMMIT( tid, 0 );
H A Dmodify.c673 if ( TXN_COMMIT( lt2, 0 ) != 0 ) {
719 rs->sr_err = TXN_COMMIT( ltid, 0 );
H A Dmodrdn.c709 if ( TXN_COMMIT( lt2, 0 ) != 0 ) {
757 if(( rs->sr_err=TXN_COMMIT( ltid, 0 )) != 0 ) {
H A Dconfig.c303 rc = TXN_COMMIT( txn, 0 );
/macosx-10.10.1/BerkeleyDB-21/db/dbreg/
H A Ddbreg_rec.c264 if (ret == DB_NOTFOUND || status != TXN_COMMIT)
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_record.c1413 if (txn_args->opcode != TXN_COMMIT) {
1423 if (txn42_args->opcode != TXN_COMMIT) {

Completed in 262 milliseconds