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

  /external/chromium_org/third_party/sqlite/src/src/
prepare.c 213 DbSetProperty(db, 1, DB_SchemaLoaded);
352 DbSetProperty(db, iDb, DB_SchemaLoaded);
379 ** After a database is initialized, the DB_SchemaLoaded bit is set
391 if( DbHasProperty(db, i, DB_SchemaLoaded) || i==1 ) continue;
404 && !DbHasProperty(db, 1, DB_SchemaLoaded) ){
callback.c 430 if( pSchema->flags & DB_SchemaLoaded ){
432 pSchema->flags &= ~DB_SchemaLoaded;
pragma.c     [all...]
main.c     [all...]
sqliteInt.h 712 ** The DB_SchemaLoaded flag is set after the database schema has been
719 #define DB_SchemaLoaded 0x0001 /* The schema has been loaded */
    [all...]
vdbe.c     [all...]
btree.c 146 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 500 milliseconds