Searched refs:DB_TXN_SYNC (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DTransaction.java151 txn.commit(DbConstants.DB_TXN_SYNC);
H A DTransactionConfig.java351 flags |= sync ? DbConstants.DB_TXN_SYNC : 0;
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn.c103 DB_TXN_NOSYNC | DB_TXN_SNAPSHOT | DB_TXN_SYNC |
107 DB_TXN_WRITE_NOSYNC | DB_TXN_NOSYNC, DB_TXN_SYNC)) != 0)
186 if (LF_ISSET(DB_TXN_SYNC))
617 DB_TXN_NOSYNC | DB_TXN_SYNC | DB_TXN_WRITE_NOSYNC) != 0)
618 flags = DB_TXN_SYNC;
620 DB_TXN_SYNC, DB_TXN_NOSYNC | DB_TXN_WRITE_NOSYNC) != 0)
621 flags = DB_TXN_SYNC;
631 if (LF_ISSET(DB_TXN_SYNC)) {
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java198 int DB_TXN_SYNC = 0x00000004; field in interface:DbConstants
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dapi_flags.in152 #define DB_TXN_SYNC 0x00000004
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_txn.c253 flag |= DB_TXN_SYNC;
682 flag = DB_TXN_SYNC;
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts380 DB_TXN_SYNC => DEFINE,
H A DBerkeleyDB.pm504 DB_TXN_SYNC
H A Dconstants.h699 DB_TXN_REDO DB_TXN_SYNC DB_TXN_UNDO DB_TXN_WAIT DB_WRNOSYNC DB_YIELDCPU */
1146 if (memEQ(name, "DB_TXN_SYNC", 11)) {
1148 #ifdef DB_TXN_SYNC
1149 *iv_return = DB_TXN_SYNC;
5584 DB_TXN_NOWAIT DB_TXN_REDO DB_TXN_SNAPSHOT DB_TXN_SYNC
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h2400 #define DB_TXN_SYNC 0x00000004 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h2383 #define DB_TXN_SYNC 0x00000004 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h2392 #define DB_TXN_SYNC 0x00000004 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h2435 #define DB_TXN_SYNC 0x00000004 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h2435 #define DB_TXN_SYNC 0x00000004 macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp462 REGISTER_LONG_CONSTANT("DB_TXN_SYNC", DB_TXN_SYNC, CONST_CS | CONST_PERSISTENT);

Completed in 370 milliseconds