Searched defs:txn (Results 51 - 75 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSequenceConfig.java296 openSequence(final Db db, final DbTxn txn, final DatabaseEntry key) argument
H A DEnvironment.java308 public Database openDatabase(final Transaction txn, argument
375 openSecondaryDatabase( final Transaction txn, final String fileName, final String databaseName, final Database primaryDatabase, SecondaryConfig config) argument
434 removeDatabase(final Transaction txn, final String fileName, final String databaseName) argument
493 renameDatabase(final Transaction txn, final String fileName, final String databaseName, final String newName) argument
1240 logPrint(Transaction txn, String message) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_mvcc.c93 DB_TXN *txn; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client_ret.c138 DB_TXN *txn; local
171 DB_TXN *txn; local
238 DB_TXN *txnarray, *txn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_seq.c297 DB_TXN *txn; local
395 DB_TXN *txn; local
[all...]
H A Dtcl_mp.c614 DB_TXN *txn; local
H A Dtcl_txn.c171 DB_TXN *txn; local
328 DB_TXN *txn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java505 checkOpenRanges(Transaction txn, int i, EntityIndex<K,V> index, SortedMap<Integer,SortedSet<Integer>> expected, Getter<K> kGetter, Getter<V> vGetter) argument
563 checkClosedRanges(Transaction txn, int i, int j, EntityIndex<K,V> index, SortedMap<Integer,SortedSet<Integer>> expected, Getter<K> kGetter, Getter<V> vGetter) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c929 DB_TXN *txn; local
[all...]
H A Ddb_cam.c65 DB_TXN *txn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp362 TpcbExample::txn(DB *adb, DB *bdb, DB *tdb, DB *hdb, function in class:TpcbExample
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java443 int txn() { method in class:TpcbExample.TxnThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEvolver.java611 void renameAndRemoveDatabases(Store store, Transaction txn) argument
H A DPersistCatalog.java159 public PersistCatalog(Transaction txn, argument
845 private Data readData(Transaction txn) argument
886 private void writeData(Transaction txn, Data catalogData) argument
[all...]
H A DStore.java593 openSecondaryIndexes(Transaction txn, EntityMetadata entityMeta, PrimaryOpenState priOpenState) argument
631 openSecondaryIndex(Transaction txn, PrimaryIndex<PK,E1> primaryIndex, Class<E2> entityClass, EntityMetadata entityMeta, Class<SK> keyClass, String keyClassName, SecondaryKeyMetadata secKeyMeta, String secName, boolean doNotCreate, PrimaryOpenState priOpenState) argument
719 truncateClass(Transaction txn, Class entityClass) argument
758 truncateIfExists(Transaction txn, String dbName) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c164 DB_TXN *txn; local
337 DB_TXN *txn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h846 DbTxn *txn; member in class:DbPreplist
937 static DbTxn* get_DbTxn(DB_TXN *txn) argument
942 static const DbTxn* get_const_DbTxn(const DB_TXN *txn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c287 DB_TXN *ctxn, *txn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c272 DB_TXN *ctxn, *txn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp531 TpcbExample::txn(Db *adb, Db *bdb, Db *tdb, Db *hdb, function in class:TpcbExample
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java189 append(Database db, Transaction txn, DatabaseEntry key, DatabaseEntry data) argument
281 openDatabase(Environment env, Transaction txn, String fileName, String dbName, DatabaseConfig config) argument
292 openSecondaryDatabase( Environment env, Transaction txn, String fileName, String dbName, Database primaryDatabase, SecondaryConfig config) argument
306 truncateDatabase(Environment env, Transaction txn, String fileName, String dbName, boolean returnCount) argument
322 removeDatabase(Environment env, Transaction txn, String fileName, String dbName) argument
332 renameDatabase(Environment env, Transaction txn, String oldFileName, String oldDbName, String newFileName, String newDbName) argument
350 testOpenDatabase(Environment env, Transaction txn, String file, String name, DatabaseConfig config) argument
360 testOpenSecondaryDatabase(Environment env, Transaction txn, String file, String name, Database primary, SecondaryConfig config) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dutils.c229 static void register_transaction(DB_TXN *txn) argument
234 static void unregister_transaction(DB_TXN *txn) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h847 DbTxn *txn; member in class:DbPreplist
938 static DbTxn* get_DbTxn(DB_TXN *txn) argument
943 static const DbTxn* get_const_DbTxn(const DB_TXN *txn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h847 DbTxn *txn; member in class:DbPreplist
938 static DbTxn* get_DbTxn(DB_TXN *txn) argument
943 static const DbTxn* get_const_DbTxn(const DB_TXN *txn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp478 int DbEnv::log_printf(DbTxn *txn, const char *fmt, ...) argument
959 DB_TXN *txn; local
974 DB_TXN *txn; local
[all...]

Completed in 212 milliseconds

1234