Searched refs:SQLITE_RecoveryMode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c28 if( !db->mallocFailed && (db->flags & SQLITE_RecoveryMode)==0 ){
343 if( rc==SQLITE_OK || (db->flags&SQLITE_RecoveryMode)){
344 /* Black magic: If the SQLITE_RecoveryMode flag is set, then consider
H A Dpragma.c189 { "writable_schema", SQLITE_WriteSchema|SQLITE_RecoveryMode },
H A DsqliteInt.h935 #define SQLITE_RecoveryMode 0x00800000 /* Ignore schema errors */ macro
H A Dbtree.c2384 if( (pBt->db->flags & SQLITE_RecoveryMode)==0 && nPage>nPageFile ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9280 #define SQLITE_RecoveryMode 0x00800000 /* Ignore schema errors */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10571 #define SQLITE_RecoveryMode 0x00010000 /* Ignore schema errors */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10571 #define SQLITE_RecoveryMode 0x00010000 /* Ignore schema errors */ macro
[all...]

Completed in 447 milliseconds