Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3BtreeRollback

17157 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree*,int,int);
76057 ** The call to sqlite3BtreeRollback() drops any table-locks held by
76060 sqlite3BtreeRollback(p, SQLITE_OK, 0);
77637 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p, int tripCode, int writeOnly){
85290 sqlite3BtreeRollback(p->pDest, SQLITE_OK, 0);
188607 sqlite3BtreeRollback(p, tripCode, !schemaChange);