Searched defs:txn (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/samples/
H A Dtransactional_counter.php17 $txn = $dbenv->txn_begin(); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_txn.cpp46 DbTxn::DbTxn(DB_TXN *txn) argument
62 DB_TXN *txn; local
75 wrap_DB_TXN(DB_TXN *txn) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DStoreWriter.java146 countObjects(Transaction txn) argument
[all...]
H A DPayloadDataEntity.java
H A DTxnGuideDPL.java
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_txn.c14 DB_TXN *txn; local
[all...]
H A Db_recover.c16 DB_TXN *txn; local
H A Db_txn_write.c42 DB_TXN *txn; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DPreparedTransaction.java18 private Transaction txn; field in class:PreparedTransaction
20 PreparedTransaction(final DbTxn txn, final byte[] gid) { argument
H A DSequence.java76 public long get(Transaction txn, int delta) argument
H A DTransaction.java43 /*package */ final DbTxn txn; field in class:Transaction
45 Transaction(final DbTxn txn) { argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_txn.c14 DB_TXN *txn; local
[all...]
H A Db_recover.c16 DB_TXN *txn; local
H A Db_txn_write.c42 DB_TXN *txn; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DDBWriter.java177 countRecords(Transaction txn) argument
[all...]
H A DPayloadData.java
H A DTxnGuide.java
H A DTxnGuideInMemory.java
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cds.c132 DB_TXN *txn; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_failchk.c25 DB_TXN *ktxn, *txn; local
[all...]
H A Dtxn_region.c220 DB_TXN *txn; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
H A Dex_apprec.c39 DB_TXN *txn; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A Ddbc_auto.h21 DbcAuto(Db *db, DbTxn *txn, u_int32_t flags) { argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DKeysIndex.java58 public PK get(Transaction txn, SK key, LockMode lockMode) argument
H A DEntityIndex.java595 contains(Transaction txn, K key, LockMode lockMode) argument
626 get(Transaction txn, K key, LockMode lockMode) argument
664 delete(Transaction txn, K key) argument
694 keys(Transaction txn, CursorConfig config) argument
724 entities(Transaction txn, CursorConfig config) argument
786 keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
852 entities(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
[all...]

Completed in 279 milliseconds

1234