Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_RecoveryMode

10571 #define SQLITE_RecoveryMode   0x00010000  /* Ignore schema errors */
54034 if( (pBt->db->flags & SQLITE_RecoveryMode)==0 && nPage>nPageFile ){
98666 /* iArg: */ SQLITE_WriteSchema|SQLITE_RecoveryMode },
100590 if( !db->mallocFailed && (db->flags & SQLITE_RecoveryMode)==0 ){
100914 if( rc==SQLITE_OK || (db->flags&SQLITE_RecoveryMode)){
100915 /* Black magic: If the SQLITE_RecoveryMode flag is set, then consider