Home
last modified time | relevance | path

Searched refs:DB_TXN_ABORT (Results 1 – 25 of 67) sorted by relevance

123

/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DRecoveryOperation.java41 new RecoveryOperation("ABORT", DbConstants.DB_TXN_ABORT);
89 case DbConstants.DB_TXN_ABORT: in fromFlag()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DRecoveryOperation.java41 new RecoveryOperation("ABORT", DbConstants.DB_TXN_ABORT);
88 case DbConstants.DB_TXN_ABORT: in fromFlag()
/dports/databases/db5/db-5.3.28/src/dbreg/
H A Ddbreg_rec.c140 op == DB_TXN_ABORT || op == DB_TXN_POPENFILES ?
225 op != DB_TXN_ABORT :
226 op == DB_TXN_ABORT;
265 if (op == DB_TXN_ABORT) {
/dports/databases/db18/db-18.1.40/src/dbreg/
H A Ddbreg_rec.c278 op == DB_TXN_ABORT || op == DB_TXN_POPENFILES ? argp->txnp :
365 op != DB_TXN_ABORT :
366 op == DB_TXN_ABORT;
405 if (op == DB_TXN_ABORT) {
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A Ddb_recops.cs14 DB_TXN_ABORT = 0, enumerator
H A DDbConstants.cs308 internal const uint DB_TXN_ABORT = 0; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A Ddb_recops.cs12 DB_TXN_ABORT = 0, enumerator
H A DDbConstants.cs270 internal const uint DB_TXN_ABORT = 0; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db18/db-18.1.40/examples/c/ex_apprec/
H A Dex_apprec_rec.c52 case DB_TXN_ABORT:
/dports/databases/db5/db-5.3.28/examples/c/ex_apprec/
H A Dex_apprec_rec.c52 case DB_TXN_ABORT:
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_rec.c578 COMPQUIET(op, DB_TXN_ABORT);
716 if (op == DB_TXN_ABORT && !IS_ZERO_LSN(argp->page_lsn)) {
1028 if (op == DB_TXN_ABORT && argp->pgno != argp->last_pgno) {
1188 COMPQUIET(op, DB_TXN_ABORT);
1432 if (op == DB_TXN_ABORT) {
1478 COMPQUIET(op, DB_TXN_ABORT);
1578 if (op == DB_TXN_ABORT) {
1728 if (op == DB_TXN_ABORT) {
1757 COMPQUIET(op, DB_TXN_ABORT);
2129 if (op == DB_TXN_ABORT) {
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java223 int DB_TXN_ABORT = 0; field
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java255 int DB_TXN_ABORT = 0; field
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_rec.c564 COMPQUIET(op, DB_TXN_ABORT);
703 if (op == DB_TXN_ABORT && !IS_ZERO_LSN(argp->page_lsn)) {
1011 if (op == DB_TXN_ABORT && argp->pgno != argp->last_pgno) {
1152 COMPQUIET(op, DB_TXN_ABORT);
1404 if (op == DB_TXN_ABORT) {
1450 COMPQUIET(op, DB_TXN_ABORT);
1546 if (op == DB_TXN_ABORT) {
1692 if (op == DB_TXN_ABORT) {
1721 COMPQUIET(op, DB_TXN_ABORT);
2592 if (op == DB_TXN_ABORT) {
/dports/databases/db5/db-5.3.28/src/dbinc/
H A Dlog.h395 if (redo == DB_TXN_ABORT && (cmp) != 0 && \
/dports/databases/db5/db-5.3.28/src/fileops/
H A Dfop_rec.c398 if (op != DB_TXN_ABORT && op != DB_TXN_APPLY) {
530 if (op != DB_TXN_ABORT && op != DB_TXN_APPLY) {
/dports/databases/db18/db-18.1.40/src/btree/
H A Dbtree.src213 * Should only be processed during DB_TXN_ABORT.
240 * Should only be processed during DB_TXN_ABORT.
/dports/databases/db5/db-5.3.28/src/btree/
H A Dbtree.src213 * Should only be processed during DB_TXN_ABORT.
240 * Should only be processed during DB_TXN_ABORT.
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Dlog.h400 if (redo == DB_TXN_ABORT && (cmp) != 0 && \
/dports/databases/db5/db-5.3.28/src/qam/
H A Dqam_rec.c390 if (op == DB_TXN_ABORT)
517 if (op == DB_TXN_ABORT)
/dports/databases/db18/db-18.1.40/src/fileops/
H A Dfop_rec.c800 if (op != DB_TXN_ABORT && op != DB_TXN_APPLY) {
939 if (op != DB_TXN_ABORT && op != DB_TXN_APPLY) {
1072 if (op != DB_TXN_ABORT && op != DB_TXN_APPLY) {
/dports/databases/db18/db-18.1.40/src/qam/
H A Dqam_rec.c403 if (op == DB_TXN_ABORT)
532 if (op == DB_TXN_ABORT)
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Ddb_dispatch.c88 case DB_TXN_ABORT:
H A Ddb.h265 DB_TXN_ABORT, enumerator
271 #define DB_UNDO(op) ((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)
/dports/databases/db18/db-18.1.40/src/txn/
H A Dtxn_rec.c313 if (op == DB_TXN_ABORT) {

123