| /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/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| test-data.h | 78 size_t rollback; member in struct:__anon23962
|
| test-data.c | 1160 !strcasecmp(line, "rollback") || 1299 (*pzones)[n].rollback += 1; 1306 !strcasecmp(line, "rollback")) 1309 int rollback; local 1311 rollback = strcasecmp(line, "rollback") == 0; 1315 /* Now push forward the serial by # rollback */ 1317 if (rollback) { 1319 (*pzones)[n].rollback; 1320 (*pzones)[n].rollback = 0 [all...] |
| /src/external/mpl/bind/dist/tests/dns/ |
| qpmulti_test.c | 247 bool rollback = update && isc_random_uniform(4) == 0; local 251 update ? "update" : "write", rollback ? "rollback" : "commit", 321 if (rollback) { 322 TRACE("transaction rollback"); 329 "rollback ro")); 332 ASSERT(checkkey(&qpr, i, item[i].in_rw, "rollback rw")); 358 update ? "update" : "write", rollback ? "rollback" : "commit",
|
| /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/mpl/bind/dist/bin/named/ |
| main.c | 330 char *rollback = dst; local 336 rollback = dst; 357 dst = rollback; 394 dst = rollback;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| qp_p.h | 250 * it in active use (maybe with a snapshot for rollback support). 515 * we want to be able to rollback an update transaction. 538 /*% saved allocator state to support rollback */ 539 dns_qp_t *rollback; member in struct:dns_qpmulti
|
| qp.c | 1226 * the bump chunk. It simplifies rollback because `fender` is always zero. 1228 * To rollback a transaction, we need to reset all the allocation 1234 * We do most of the transaction setup before creating the rollback 1235 * state so that after rollback we have a correct idea of which chunks 1238 * resetting the allocator, which we do after creating the rollback 1240 * will start from the rollback state and also reset the allocator as 1250 dns_qp_t *rollback = isc_mem_allocate(qp->mctx, sizeof(*rollback)); local 1251 memmove(rollback, qp, sizeof(*rollback)); [all...] |
| rbtdb.c | 1769 bool rollback = false; local 1891 rollback = true; 1950 * Commit/rollback re-signed headers. 1964 if (rollback && !IGNORE(header)) { 2013 if (rollback) {
|
| qpzone.c | 1262 bool rollback = false; local 1376 rollback = true; 1435 * Commit/rollback re-signed headers. 1447 if (rollback && !IGNORE(header)) { 1471 if (rollback) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 2555 bool rollback = false; local 2678 rollback = true; 2736 * Commit/rollback re-signed headers. 2747 if (rollback && !IGNORE(header)) { 2798 if (rollback) {
|
| /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...] |