Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17785 #define SQLITE_CorruptRdOnly HI(0x00002) /* Prohibit writes due to error */ macro
87740 }else if( db->flags & SQLITE_CorruptRdOnly ){
87742 db->flags &= ~SQLITE_CorruptRdOnly;
96626 if( pOp->p2 && (db->flags & (SQLITE_QueryOnly|SQLITE_CorruptRdOnly))!=0 ){
101674 db->flags |= SQLITE_CorruptRdOnly;
179669 db->flags &= ~(u64)(SQLITE_DeferFKs|SQLITE_CorruptRdOnly);