Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c17839 #define SQLITE_CorruptRdOnly HI(0x00002) /* Prohibit writes due to error */ macro
88216 }else if( db->flags & SQLITE_CorruptRdOnly ){
88218 db->flags &= ~SQLITE_CorruptRdOnly;
97138 if( pOp->p2 && (db->flags & (SQLITE_QueryOnly|SQLITE_CorruptRdOnly))!=0 ){
102214 db->flags |= SQLITE_CorruptRdOnly;
181285 db->flags &= ~(u64)(SQLITE_DeferFKs|SQLITE_CorruptRdOnly);