Searched refs:DbClearProperty (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c60 DbClearProperty(db, iDb, DB_Empty);
H A DsqliteInt.h707 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) macro
H A Dbuild.c1850 DbClearProperty(db, idx, DB_UnresetViews);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9052 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10364 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10364 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) macro
[all...]

Completed in 3433 milliseconds