Searched refs:commit (Results 176 - 200 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 Dtest037.tcl134 error_check_good local_commit [$local_txn commit] 0
141 set r [send_cmd $f1 "$remote_txn commit"]
174 error_check_good local_commit [$local_txn commit] 0
181 set r [send_cmd $f1 "$remote_txn commit"]
H A Dtest038.tcl149 error_check_good txn [$t commit] 0
221 error_check_good txn [$t commit] 0
H A Dtest039.tcl150 error_check_good txn [$t commit] 0
205 error_check_good txn [$t commit] 0
H A Dtest043.tcl78 error_check_good txn [$t commit] 0
188 error_check_good txn [$t commit] 0
H A Dtest048.tcl78 error_check_good txn [$t commit] 0
161 error_check_good txn [$t commit] 0
H A Dtest049.tcl79 error_check_good txn [$t commit] 0
178 error_check_good txn [$t commit] 0
H A Dtest056.tcl63 error_check_good txn [$t commit] 0
165 error_check_good txn [$t commit] 0
H A Dtest057.tcl67 error_check_good txn [$t commit] 0
197 error_check_good txn [$t commit] 0
H A Dtest059.tcl66 error_check_good txn [$t commit] 0
146 error_check_good txn [$t commit] 0
H A Dtest073.tcl89 error_check_good txn [$t commit] 0
240 error_check_good txn [$t commit] 0
H A Dtest088.tcl79 error_check_good txn [$t commit] 0
168 error_check_good txn [$t commit] 0
H A Dtest103.tcl95 error_check_good txn [$t commit] 0
152 error_check_good txn [$t commit] 0
H A Dtest087.tcl71 puts "\tTest$tnum.a: put/abort/put/commit loop;\
87 error_check_good ctxn(commit,$i) [is_valid_txn $ctxn $env] TRUE
88 error_check_good "db put/commit ($i)" \
90 error_check_good ctxn_commit($i) [$ctxn commit] 0
286 error_check_good txn_commit [$txn commit] 0
H A Drecd011.tcl64 error_check_good txn_commit [$txn commit] 0
H A Drecd019.tcl87 error_check_good txn_commit [$txn commit] 0
H A Drep018.tcl111 error_check_good txn_commit [$t commit] 0
H A Drep052.tcl210 error_check_good txn_no_lockout [$txn commit] 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs299 /* Success: commit the change. */
300 if ((ret = tid->commit(tid, 0)) != 0) {
301 dbenv->err(dbenv, ret, "DB_TXN->commit");
377 /* Success: commit the change. */
378 if ((ret = tid->commit(tid, 0)) != 0) {
379 dbenv->err(dbenv, ret, "DB_TXN->commit");
474 /* Success: commit the change. */
479 if ((ret = tid->commit(tid, 0)) != 0) {
480 dbenv->err(dbenv, ret, "DB_TXN->commit");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dtransapp.cs299 /* Success: commit the change. */
300 if ((ret = tid->commit(tid, 0)) != 0) {
301 dbenv->err(dbenv, ret, "DB_TXN->commit");
377 /* Success: commit the change. */
378 if ((ret = tid->commit(tid, 0)) != 0) {
379 dbenv->err(dbenv, ret, "DB_TXN->commit");
474 /* Success: commit the change. */
479 if ((ret = tid->commit(tid, 0)) != 0) {
480 dbenv->err(dbenv, ret, "DB_TXN->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_recover.c81 /* Start/commit a transaction count times. */
92 DB_BENCH_ASSERT(txn->commit(txn, 0) == 0);
H A Db_txn_write.c139 /* Start/commit a transaction count times. */
149 DB_BENCH_ASSERT(txn->commit(txn, 0) == 0);
154 printf("# %d %stransactions write %s commit pairs\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cds.c159 txn->commit = __cdsgroup_commit;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dcache.h120 /* dump and commit. */
122 int (*commit)(struct cache *c, struct nfct_handle *h, int clientfd); member in struct:cache_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_txnmgr.h40 u16 xflag; /* tx commit type */
41 u16 flag; /* tx commit state */
55 /* commit management */
56 struct list_head cqueue; /* commit queue list */
57 s32 clsn; /* commit lsn */
59 s32 pn; /* commit record log page number */
60 s32 eor; /* commit record eor */
61 wait_queue_head_t gcwait; /* group commit event list:
63 * event for group commit completion.
74 /* commit flag
273 struct commit { struct
[all...]
/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.java99 // commit
115 txn.commit();
118 System.err.println("Error on txn commit: " +

Completed in 65 milliseconds

1234567891011>>