Searched refs:txn (Results 376 - 400 of 422) sorted by relevance

<<11121314151617

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuide.java3 package db.txn;
105 // Open the database. Do not provide a txn handle. This open
108 myDb = myEnv.openDatabase(null, // txn handle
116 myClassDb = myEnv.openDatabase(null, // txn handle
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dndbm.tcl32 set txn 0
H A Drep001.tcl112 # be used with -txn nosync. Adjust the args for master
181 $envargs -txn nosync -errpfx NEWCLIENT \
H A Dsdb019.tcl58 -home $testdir -txn]
H A Dtest095.tcl346 set txn ""
359 [eval {$db put} $txn {$key $data}] 0
H A Dtestparams.tcl17 sdb sdbtest sec si test txn}
72 set test_names(txn) [list txn001 txn002 txn003 txn004 txn005 txn006 \
364 set parms(test070) {4 2 1000 CONSUME 0 -txn "070"}
365 set parms(test071) {1 1 10000 CONSUME 0 -txn "071"}
393 set parms(test101) {1000 -txn "101"}
H A Denv012.tcl41 -create -home $testdir -txn -register -recover} env]} {
H A Drep035.tcl75 # be used with -txn nosync.
234 set markerenv [berkdb_env_noerr -create -home $testdir -txn]
H A Drep078.tcl102 # be used with -txn nosync.
186 puts "\tRep$tnum.b: Spawn a child tclsh to do txn work."
191 # Let child run, create database and put a txn into it.
193 # its txn so that the clients can grant leases.
194 puts "\tRep$tnum.c: Wait for child to write txn."
199 set markerenv [berkdb_env -home $testdir -txn]
270 puts "\tRep$tnum.f: Child writes txn + ckp. Don't process msgs."
272 # Child has committed the txn and we have processed it. Now
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl34 define(m4_tcl_txn, [m4_italic(env) m4_bold(txn)])
35 define(m4_tcl_txn_commit, [m4_italic(txn) m4_bold(commit)])
36 define(m4_tcl_txn_abort, [m4_italic(txn) m4_bold(abort)])
48 m4_tag([-txn txnid], [dnl
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile215 sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo \
636 $(JAVA_EXDIR)/db/txn/DBWriter.java \
637 $(JAVA_EXDIR)/db/txn/PayloadData.java \
638 $(JAVA_EXDIR)/db/txn/TxnGuide.java \
639 $(JAVA_EXDIR)/db/txn/TxnGuideInMemory.java \
649 $(JAVA_EXDIR)/persist/txn/PayloadDataEntity.java \
650 $(JAVA_EXDIR)/persist/txn/StoreWriter.java \
651 $(JAVA_EXDIR)/persist/txn/TxnGuideDPL.java
1802 txn.lo: $(srcdir)/txn/tx
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c147 if ((ret = __bam_cmp(dbp, dbc->thread_info, dbc->txn, data, h,
237 if (dbc->txn == NULL && mpf->mfp->maxpgno != 0) {
249 dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0)
532 if ((ret = __db_goff(dbp, dbc->thread_info, dbc->txn, &copy,
645 if ((ret = __bam_repl_log(dbp, dbc->txn, &LSN(h), 0, PGNO(h),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c468 "-txn",
1512 "-txn",
1573 DB_TXN *txn; local
1605 txn = NULL;
1843 Tcl_WrongNumArgs(interp, 2, objv, "?-txn id?");
1848 txn = NAME_TO_TXN(arg);
1849 if (txn == NULL) {
1851 "Open: Invalid txn: %s\n", arg);
2259 ret = (*dbp)->open(*dbp, txn, db, subdb, type, open_flags, mode);
2314 "-txn",
2335 DB_TXN *txn; local
2565 DB_TXN *txn; local
2786 DB_TXN *txn; local
[all...]
H A Dtcl_mp.c601 "-txn",
614 DB_TXN *txn; local
621 txn = NULL;
655 Tcl_WrongNumArgs(interp, 2, objv, "?-txn id?");
660 txn = NAME_TO_TXN(arg);
661 if (txn == NULL) {
663 "mpool get: Invalid txn: %s\n", arg);
H A Dtcl_env.c16 #include "dbinc/txn.h"
137 "txn",
568 "txn setid");
642 * closed automatically. We must delete any txn
1568 myobj = NewStringObj("-txn", strlen("-txn"));
1913 "-txn",
1922 DB_TXN *txn; local
1928 txn = NULL;
1963 Tcl_WrongNumArgs(interp, 2, objv, "?-txn i
2052 DB_TXN *txn; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp38 int txn(Db *, Db *, Db *, Db *,
150 // Fast mode: no txn sync.
509 if ((ret = txn(adb, bdb, tdb, hdb,
531 TpcbExample::txn(Db *adb, Db *bdb, Db *tdb, Db *hdb, function in class:TpcbExample
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java1963 final DbTxn txn,
1984 if (transactional && txn == null)
1990 db.open(txn, fileName, databaseName, type.getId(), openFlags, mode);
1962 openDatabase(final DbEnv dbenv, final DbTxn txn, final String fileName, final String databaseName) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/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
618 (store.getEnvironment(), txn,
630 (store.getEnvironment(), txn,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A DMakefile.6x513 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/txn/txn.o : $(BDB_ROOT)/txn/txn.c
515 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/txn/txn_auto.o : $(BDB_ROOT)/txn/txn_auto.c
517 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/txn/txn_chkpt.o : $(BDB_ROOT)/txn/txn_chkpt.c
519 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/txn/txn_failchk.o : $(BDB_ROOT)/txn/txn_failch
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c83 &pgno, dbc->thread_info, dbc->txn, 0, &h)) != 0)
104 (dbc->txn == NULL) ? DB_MPOOL_EDIT : 0)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in213 sequence@o@ sha1@o@ snprintf@o@ txn@o@ txn_auto@o@ txn_chkpt@o@ \
634 $(JAVA_EXDIR)/db/txn/DBWriter.java \
635 $(JAVA_EXDIR)/db/txn/PayloadData.java \
636 $(JAVA_EXDIR)/db/txn/TxnGuide.java \
637 $(JAVA_EXDIR)/db/txn/TxnGuideInMemory.java \
647 $(JAVA_EXDIR)/persist/txn/PayloadDataEntity.java \
648 $(JAVA_EXDIR)/persist/txn/StoreWriter.java \
649 $(JAVA_EXDIR)/persist/txn/TxnGuideDPL.java
1800 txn@o@: $(srcdir)/txn/tx
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm1536 my $txn = shift ;
1537 #print "BerkeleyDB::Common::Txn db [$self] txn [$txn]\n" ;
1538 if ($txn) {
1539 $self->_Txn($txn) ;
1540 push @{ $txn }, $self ;
1664 # keep a reference to each db in the txn object
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c615 replyp->txn.txn_val = NULL;
616 replyp->txn.txn_len = 0;
622 * We have our txn list. Now we need to allocate the space for
623 * the txn ID array and the GID array and set them up.
626 env, retcount, sizeof(u_int32_t), &replyp->txn.txn_val)) != 0)
628 replyp->txn.txn_len = retcount * sizeof(u_int32_t);
631 __os_free(env, replyp->txn.txn_val);
639 * txn ctp and then fill in the array info.
644 txnidp = replyp->txn.txn_val;
651 ctp->ct_txnp = p->txn;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp522 replyp->txn.txn_val = NULL;
523 replyp->txn.txn_len = 0;
529 * We have our txn list. Now we need to allocate the space for
530 * the txn ID array and the GID array and set them up.
533 &replyp->txn.txn_val)) != 0)
535 replyp->txn.txn_len = retcount * sizeof(u_int32_t);
538 __os_free(dbenv->get_ENV(), replyp->txn.txn_val);
546 * txn ctp and then fill in the array info.
551 txnidp = replyp->txn.txn_val;
558 ctp->ct_txnp = p->txn;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp432 int Db::associate(DbTxn *txn, Db *secondary, int (*callback)(Db *, const Dbt *, argument
442 return ((*(cthis->associate))(cthis, unwrap(txn), unwrap(secondary),

Completed in 306 milliseconds

<<11121314151617