Searched refs:DB_TXN_ABORT (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DRecoveryOperation.java41 new RecoveryOperation("ABORT", DbConstants.DB_TXN_ABORT);
88 case DbConstants.DB_TXN_ABORT:
/macosx-10.9.5/BerkeleyDB-21/db/dbreg/
H A Ddbreg_rec.c137 op == DB_TXN_ABORT || op == DB_TXN_POPENFILES ?
230 op != DB_TXN_ABORT : op == DB_TXN_ABORT;
269 if (op == DB_TXN_ABORT) {
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/ex_apprec/
H A Dex_apprec_rec.c51 case DB_TXN_ABORT:
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java189 int DB_TXN_ABORT = 0; field in interface:DbConstants
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_rec.c309 COMPQUIET(op, DB_TXN_ABORT);
447 if (op == DB_TXN_ABORT && !IS_ZERO_LSN(argp->page_lsn)) {
741 if (op == DB_TXN_ABORT && argp->pgno != argp->last_pgno) {
871 COMPQUIET(op, DB_TXN_ABORT);
1096 if (op == DB_TXN_ABORT) {
1125 COMPQUIET(op, DB_TXN_ABORT);
H A Ddb_dispatch.c97 case DB_TXN_ABORT:
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfop_rec.c269 if (op != DB_TXN_ABORT && op != DB_TXN_APPLY) {
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_rec.c310 if (op == DB_TXN_ABORT) {
H A Dtxn.c1460 rdbt, key_lsn, DB_TXN_ABORT, txnlist);
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_rec.c1017 if (op != DB_TXN_ABORT)
1094 if (op != DB_TXN_ABORT)
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts427 DB_TXN_ABORT => '3.1.14',
H A DBerkeleyDB.pm482 DB_TXN_ABORT
H A Dconstants.h1191 DB_ST_DUPSET DB_ST_RECNUM DB_SWAPBYTES DB_TEMPORARY DB_TXN_ABORT
1584 if (memEQ(name, "DB_TXN_ABORT", 12)) {
1590 *iv_return = DB_TXN_ABORT;
5619 {name=>"DB_TXN_ABORT", type=>"IV", macro=>["#if (DB_VERSION_MAJOR > 3) || \\\n (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 1) || \\\n (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR == 1 && \\\n DB_VERSION_PATCH >= 14)\n", "#endif\n"]},
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in702 DB_TXN_ABORT=0, /* Public. */
717 #define DB_UNDO(op) ((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_rec.c862 if (op != DB_TXN_ABORT)
927 if (op != DB_TXN_ABORT)
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h692 DB_TXN_ABORT=0, /* Public. */ enumerator in enum:__anon150
707 #define DB_UNDO(op) ((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h681 DB_TXN_ABORT=0, /* Public. */ enumerator in enum:__anon175
696 #define DB_UNDO(op) ((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h690 DB_TXN_ABORT=0, /* Public. */ enumerator in enum:__anon199
705 #define DB_UNDO(op) ((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h729 DB_TXN_ABORT=0, /* Public. */ enumerator in enum:__anon230
744 #define DB_UNDO(op) ((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h729 DB_TXN_ABORT=0, /* Public. */ enumerator in enum:__anon254
744 #define DB_UNDO(op) ((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)

Completed in 337 milliseconds