Searched refs:tripCode (Results 1 – 1 of 1) sorted by relevance
77747 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p, int tripCode, int writeOnly){ argument77753 assert( tripCode==SQLITE_ABORT_ROLLBACK || tripCode==SQLITE_OK );77755 if( tripCode==SQLITE_OK ){77756 rc = tripCode = saveAllCursors(pBt, 0, 0);77761 if( tripCode ){77762 int rc2 = sqlite3BtreeTripAllCursors(p, tripCode, writeOnly);188857 SQLITE_PRIVATE void sqlite3RollbackAll(sqlite3 *db, int tripCode){ argument188879 sqlite3BtreeRollback(p, tripCode, !schemaChange);