HomeSort by: relevance | last modified time | path
    Searched defs:rollback (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/sqlite/
transaction.cpp 73 rollback();
97 rollback(void) function in struct:utils::sqlite::transaction::impl
100 db.exec("ROLLBACK");
138 sqlite::transaction::rollback(void) function in class:sqlite::transaction
140 _pimpl->rollback();
  /src/external/bsd/kyua-cli/dist/store/
transaction.cpp 636 store::transaction::rollback(void) function in class:store::transaction
639 _pimpl->_tx.rollback();
  /src/share/examples/puffs/pgfs/
pgfs_db.c 733 rollback(struct Xconn *xc) function
749 CREATECMD_NOPARAM(c, "ROLLBACK");
753 DPRINTF("xc %p rollback %p\n", xc, xc->owner);
1005 rollback(xc);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2601 /// can be undone (rollback) until commit is called.
2978 void rollback(ConstRestorationPt Point);
2983 /// \name API for IR modification with state keeping to support rollback.
3089 void TypePromotionTransaction::rollback( function in class:TypePromotionTransaction
4530 TPT.rollback(LastKnownGood);
4540 TPT.rollback(LastKnownGood);
4729 LLVM_DEBUG(dbgs() << "Sign extension does not pay off: rollback\n");
4730 TPT.rollback(LastKnownGood);
4745 // Start a transaction at this point that we will rollback if the matching
4789 TPT.rollback(LastKnownGood)
    [all...]

Completed in 36 milliseconds