Home
last modified time | relevance | path

Searched refs:tripCode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c77639 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p, int tripCode, int writeOnly){ argument
77645 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){ argument
188612 sqlite3BtreeRollback(p, tripCode, !schemaChange);