Searched refs:tripCode (Results 1 – 1 of 1) sorted by relevance
77639 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p, int tripCode, int writeOnly){ argument77645 assert( tripCode==SQLITE_ABORT_ROLLBACK || tripCode==SQLITE_OK );77647 if( tripCode==SQLITE_OK ){77648 rc = tripCode = saveAllCursors(pBt, 0, 0);77653 if( tripCode ){77654 int rc2 = sqlite3BtreeTripAllCursors(p, tripCode, writeOnly);188590 SQLITE_PRIVATE void sqlite3RollbackAll(sqlite3 *db, int tripCode){ argument188612 sqlite3BtreeRollback(p, tripCode, !schemaChange);