Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbeaux.c3248 }else if( db->flags & SQLITE_CorruptRdOnly ){ in sqlite3VdbeHalt()
3250 db->flags &= ~SQLITE_CorruptRdOnly; in sqlite3VdbeHalt()
H A Dmain.c1463 db->flags &= ~(u64)(SQLITE_DeferFKs|SQLITE_CorruptRdOnly); in sqlite3RollbackAll()
H A DsqliteInt.h1738 #define SQLITE_CorruptRdOnly HI(0x00002) /* Prohibit writes due to error */ macro
H A Dvdbe.c3891 if( pOp->p2 && (db->flags & (SQLITE_QueryOnly|SQLITE_CorruptRdOnly))!=0 ){ in sqlite3VdbeExec()
8809 db->flags |= SQLITE_CorruptRdOnly; in sqlite3VdbeExec()