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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/php_db4/samples/
H A Dtransactional_counter.php17 $txn = $dbenv->txn_begin(); variable
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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...]
H A DSecondaryDatabase.java135 public Cursor openCursor(final Transaction txn, final CursorConfig config) argument
164 public SecondaryCursor openSecondaryCursor(final Transaction txn, argument
239 public OperationStatus get(final Transaction txn, argument
284 getSearchBoth(final Transaction txn, final DatabaseEntry key, final DatabaseEntry pKey, final DatabaseEntry data, final LockMode lockMode) argument
333 getSearchRecordNumber(final Transaction txn, final DatabaseEntry key, final DatabaseEntry pKey, final DatabaseEntry data, final LockMode lockMode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cds.c132 DB_TXN *txn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
H A Dex_apprec.c39 DB_TXN *txn; local
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_failchk.c25 DB_TXN *ktxn, *txn; local
[all...]

Completed in 163 milliseconds

1234