Searched refs:SQLITE_CorruptRdOnly (Results 1 – 4 of 4) sorted by relevance
3248 }else if( db->flags & SQLITE_CorruptRdOnly ){ in sqlite3VdbeHalt()3250 db->flags &= ~SQLITE_CorruptRdOnly; in sqlite3VdbeHalt()
1463 db->flags &= ~(u64)(SQLITE_DeferFKs|SQLITE_CorruptRdOnly); in sqlite3RollbackAll()
1738 #define SQLITE_CorruptRdOnly HI(0x00002) /* Prohibit writes due to error */ macro
3891 if( pOp->p2 && (db->flags & (SQLITE_QueryOnly|SQLITE_CorruptRdOnly))!=0 ){ in sqlite3VdbeExec()8809 db->flags |= SQLITE_CorruptRdOnly; in sqlite3VdbeExec()