Searched refs:commit (Results 101 - 125 of 334) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest093.tcl139 error_check_good txn [$t commit] 0
162 error_check_good txn [$t commit] 0
191 error_check_good txn [$t commit] 0
276 error_check_good txn [$t commit] 0
308 error_check_good txn [$t commit] 0
329 error_check_good txn [$t commit] 0
H A Denv014.tcl87 error_check_good txn_commit [$txn commit] 0
102 error_check_good txn_commit [$txn commit] 0
H A Dfop006.tcl11 # TEST or commit txn1, then abort or commit txn2, and check for
48 foreach end1 {abort commit} {
109 foreach end2 { abort commit } {
H A Drecd003.tcl106 op_recover commit $testdir $env_cmd $testfile $cmd $msg
109 # the txn, it must come before prepare-commit.
115 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd015.tcl28 foreach op { abort commit discard } {
44 foreach op { abort commit discard } {
121 set opval(2) "commit"
130 # Abort/commit or discard them randomly until
H A Drecd017.tcl34 # do a command, abort, do it again, commit, and then
39 # databases; one does abort and then commit for each op, the
40 # other does prepare, prepare-abort, and prepare-commit for each
143 op_recover commit $testdir $env_cmd $testfile $cmd $msg
146 # the txn, it must come before prepare-commit.
152 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd018.tcl51 # Do a commit immediately followed by a checkpoint after each one.
64 error_check_good txn_commit [$txn commit] 0
71 error_check_good txn_commit [$txn commit] 0
H A Drep011.tcl126 error_check_good puttxn_commit [$puttxn commit] 0
160 error_check_good puttxn_commit [$puttxn commit] 0
H A Drep036.tcl113 error_check_good txn_commit [$t commit] 0
148 error_check_good txn_commit [$t commit] 0
H A Drep042.tcl110 error_check_good txn_commit [$t commit] 0
147 error_check_good txn_commit [$t commit] 0
H A Drep051.tcl160 error_check_good t_commit [$t commit] 0
182 error_check_good t_commit [$t commit] 0
H A Dtest002.tcl90 error_check_good txn [$t commit] 0
110 error_check_good txn [$t commit] 0
H A Dtest004.tcl100 error_check_good txn [$t commit] 0
152 error_check_good txn [$t commit] 0
H A Dtest019.tcl85 error_check_good txn [$t commit] 0
119 error_check_good txn [$t commit] 0
H A Dtest020.tcl87 error_check_good txn [$t commit] 0
102 error_check_good txn [$t commit] 0
H A Dtest021.tcl91 error_check_good txn [$t commit] 0
144 error_check_good txn [$t commit] 0
H A Dtest054.tcl87 error_check_good txn [$t commit] 0
130 error_check_good txn [$t commit] 0
145 error_check_good txn [$t commit] 0
196 error_check_good txn [$t commit] 0
212 error_check_good txn [$t commit] 0
245 error_check_good txn [$t commit] 0
288 error_check_good txn [$t commit] 0
456 error_check_good txn [$t commit] 0
H A Dtest055.tcl62 error_check_good txn [$t commit] 0
137 error_check_good txn [$t commit] 0
H A Dtest062.tcl83 error_check_good txn [$t commit] 0
149 error_check_good txn [$t commit] 0
H A Dtest083.tcl102 error_check_good txn [$t commit] 0
159 error_check_good txn [$t commit] 0
H A Dtest110.tcl99 error_check_good txn [$t commit] 0
158 error_check_good txn [$t commit] 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_buffer.c69 p->commit = 0;
175 t->commit = 0;
220 b->commit = b->used;
323 tty->buf.tail->commit = tty->buf.tail->used;
423 count = head->commit - head->read;
505 tty->buf.tail->commit = tty->buf.tail->used;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dexternal_cache.c195 .commit = external_cache_ct_commit,
205 .commit = external_cache_exp_commit,
/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.c50 /* Start and commit/abort a transaction count times. */
71 DB_BENCH_ASSERT(txn->commit(txn, 0) == 0);
77 count, tabort ? "abort" : "commit");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbTxn.java43 public void commit(int flags) throws DatabaseException { method in class:DbTxn

Completed in 64 milliseconds

1234567891011>>