HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_RecoveryMode (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
prepare.c 28 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
pragma.c 189 { "writable_schema", SQLITE_WriteSchema|SQLITE_RecoveryMode },
    [all...]
sqliteInt.h     [all...]
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 590 milliseconds