• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/

Lines Matching refs:txn

23  *	Removes nested txn info structures that are children
24 * of this txn.
33 DBTCL_INFO *txnip; /* Info for txn */
40 * txn. Remove its commands and info structure.
120 "txn checkpoint");
171 DB_TXN *txn;
235 "?-parent txn?");
243 "Invalid parent txn: %s\n",
260 snprintf(newname, sizeof(newname), "%s.txn%d",
269 ret = dbenv->txn_begin(dbenv, parent, &txn, flag);
271 "txn");
277 * and command widget for this txn.
284 _SetInfoData(ip, txn);
286 (Tcl_ObjCmdProc *)txn_Cmd, (ClientData)txn, NULL);
291 ret = txn->set_timeout(txn, tx_time, tx_timeflag);
300 ret = txn->set_timeout(txn, lk_time, lk_timeflag);
328 DB_TXN *txn;
341 snprintf(newname, sizeof(newname), "%s.txn%d",
350 ret = dbenv->cdsgroup_begin(dbenv, &txn);
357 * and command widget for this txn.
361 _SetInfoData(ip, txn);
363 (Tcl_ObjCmdProc *)txn_Cmd, (ClientData)txn, NULL);
401 "txn stat");
417 MAKE_STAT_LIST("Last txn ID allocated", sp->st_last_txnid);
486 * Implements the "txn" widget.
535 Tcl_SetResult(interp, "NULL txn pointer", TCL_STATIC);
539 Tcl_SetResult(interp, "NULL txn info pointer", TCL_STATIC);
562 "txn discard");
587 * does NOT destroy the current txn handle. So, we must call
588 * _TxnInfoDelete to recursively remove all nested txn handles,
593 "txn prepare");
603 interp, ret, DB_RETOK_STD(ret), "txn getname")) == TCL_OK)
625 "txn abort");
696 "txn commit");
717 snprintf(newname, sizeof(newname), "%s.txn%d", \
728 _SetInfoData(ip, p->txn); \
730 (Tcl_ObjCmdProc *)txn_Cmd, (ClientData)p->txn, NULL); \
755 "txn recover");
769 "txn recover");