Searched refs:txn (Results 301 - 325 of 422) sorted by relevance

<<11121314151617

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c18 #include "dbinc/txn.h"
65 DB_TXN *txn; local
124 if ((txn = dbc->txn) != NULL)
125 txn->cursors--;
130 if (txn != NULL)
131 txn->cursors--;
138 if (txn != NULL && F_ISSET(txn, TXN_PRIVATE) && txn
[all...]
H A Ddb_dup.c41 if ((ret = __db_addrem_log(dbp, dbc->txn,
130 if ((ret = __db_addrem_log(dbp, dbc->txn,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java285 Transaction txn = null;
288 txn = db.getEnvironment().beginTransaction(null, null);
290 cursor = db.openCursor(txn, cursorConfig);
350 if (txn != null) {
351 txn.commit();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb012.tcl34 puts "Subdb012: $method ($largs $encargs) subdb txn/locking tests"
37 # sdb012_body takes a txn list containing 4 elements.
38 # {txn command for first subdb
39 # txn command for second subdb
40 # txn command for first subdb removal
41 # txn command for second subdb removal}
44 # 'none' is a special case meaning run without a txn. In the
48 # and the value in t2 indicates if that single txn should be
59 # Now run through the txn-based operations
98 puts "Subdb012: $method ($largs $encargs) subdb txn/lockin
[all...]
H A Dfop006.tcl111 set env [berkdb_env -create -home $testdir -txn]
140 set txn1 [$env txn]
H A Drecd017.tcl46 set flags "-create -encryptaes $passwd -txn -home $testdir"
76 # cannot specify db truncate in txn protected env!!!
103 { {DB put -txn TXNID $key $data} "Recd017.b: put"}
104 { {DB del -txn TXNID $key} "Recd017.c: delete"}
146 # the txn, it must come before prepare-commit.
H A Drep018script.tcl57 -txn -rep_client -rep_transport \[list 2 replsend\]"
69 set markerenv [berkdb_env -create -home $testdir -txn]
H A Drep078script.tcl49 -txn -rep_transport \[list 2 replsend\]"
52 # -txn -rep_transport \[list 2 replsend\]"
63 set markerenv [berkdb_env -create -home $testdir -txn]
H A Dsdbtest001.tcl34 set txn ""
87 dump_file $db $txn $t1 $checkfunc
H A Dsdbtest002.tcl38 set txn ""
91 dump_file $db $txn $t1 $checkfunc
H A Dtest042.tcl165 set txn ""
177 $txn $pflags {$key [chop_data $method $datastr]}]
H A Denv006.tcl44 set env [eval berkdb_env -create -home $testdir -txn]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c14 #include "dbinc/txn.h"
236 __dbreg_new_id(dbp, txn)
238 DB_TXN *txn;
258 if ((ret = __dbreg_get_id(dbp, txn, &id)) == 0)
273 __dbreg_get_id(dbp, txn, idp)
275 DB_TXN *txn;
316 if ((ret = __dbreg_log_id(dbp, txn, id, 0)) != 0)
545 __dbreg_close_id(dbp, txn, op)
547 DB_TXN *txn;
603 if ((ret = __dbreg_log_close(env, fnp, txn, o
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c202 dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0 ||
309 IS_SUBTRANSACTION(dbc->txn)) {
310 if ((ret = __ham_chgpg_log(dbp, dbc->txn,
345 IS_SUBTRANSACTION(dbc->txn)) {
346 if ((ret = __ham_chgpg_log(dbp, dbc->txn,
370 &hcp->page, dbc->thread_info, dbc->txn, dbc->priority, 0);
518 &next_pgno, dbc->thread_info, dbc->txn,
528 &hcp->page, dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0)
537 &next_pagep, dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0) {
589 dbc->txn,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dqueue.t505 ok my $txn = $env->txn_begin() ;
511 -Txn => $txn ,
516 ok $txn->txn_commit() == 0 ;
517 ok $txn = $env->txn_begin() ;
518 $db1->Txn($txn);
547 ok $txn->txn_abort() == 0 ;
558 undef $txn ;
749 ok my $txn = $env->txn_begin() ;
754 -Txn => $txn ,
757 ok $txn
[all...]
H A Denv.t103 ok 22, my $txn = $env->txn_begin() ;
109 -Txn => $txn ;
114 $txn->txn_commit() ;
118 undef $txn ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fget.c14 #include "dbinc/txn.h"
102 __memp_fget(dbmfp, pgnoaddr, ip, txn, flags, addrp)
106 DB_TXN *txn;
165 if (mvcc && txn != NULL && txn->td != NULL) {
167 while (txn->parent != NULL)
168 txn = txn->parent;
169 td = (TXN_DETAIL *)txn->td;
170 if (F_ISSET(txn, TXN_SNAPSHO
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmp.h548 #define BH_OWNED_BY(env, bhp, txn) ((txn) != NULL && \
550 (txn)->td == BH_OWNER(env, bhp))
580 (dbc->txn != NULL && F_ISSET(dbc->txn, TXN_SNAPSHOT) && \
581 dbc->txn->td != NULL && __memp_skip_curadj(dbc, pgno))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c28 #define DONT_NEED_LOCKS(dbc) ((dbc)->txn == NULL || \
195 if ((ret = __qam_add_log(dbp, dbc->txn, &LSN(pagep),
301 dbc->thread_info, dbc->txn, 0, &meta)) != 0)
355 dbc->thread_info, dbc->txn, dbc->priority, DB_MPOOL_DIRTY)) != 0 ||
357 (ret = __qam_mvptr_log(dbp, dbc->txn,
410 dbc->thread_info, dbc->txn, DB_MPOOL_DIRTY, &meta)) != 0)
554 dbc->thread_info, dbc->txn, 0, &meta)) != 0)
595 dbc->txn, &LSN(pagep), 0, &LSN(pagep),
602 dbc->txn, &LSN(pagep), 0, &LSN(pagep),
704 DEBUG_LREAD(dbc, dbc->txn, "qamc_ge
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_mpool.cpp85 (db_pgno_t *pgnoaddr, DbTxn *txn, u_int32_t flags, void *pagep),
86 (mpf, pgnoaddr, unwrap(txn), flags, pagep), DB_RETOK_MPGET)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_tags36 ../txn/*.[ch] \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbSequence.java45 public synchronized void remove(DbTxn txn, int flags) argument
48 remove0(txn, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityStore.java342 * @param txn the transaction used to protect this operation, null to use
347 public void truncateClass(Transaction txn, Class entityClass) argument
350 store.truncateClass(txn, entityClass);
H A DSecondaryIndex.java897 (db.getEnvironment(), null/*txn*/,
944 public E get(Transaction txn, SK key, LockMode lockMode) argument
953 secDb.get(txn, keyEntry, pkeyEntry, dataEntry, lockMode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rsearch.c280 dbc->thread_info, dbc->txn, 0, &h)) != 0)
324 dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0)
328 if ((ret = __bam_cadjust_log(dbp, dbc->txn,
376 dbc->thread_info, dbc->txn, 0, &h)) != 0)

Completed in 284 milliseconds

<<11121314151617