Searched refs:DbClearProperty (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | build.c | 52 DbClearProperty(db, i, DB_Locked); in sqliteBeginParse() 54 DbClearProperty(db, i, DB_Cookie); in sqliteBeginParse() 247 DbClearProperty(db, i, DB_SchemaLoaded); in sqliteResetInternalSchema() 1154 DbClearProperty(db, idx, DB_UnresetViews); in sqliteViewResetAll()
|
H A D | sqliteInt.h | 284 #define DbClearProperty(D,I,P) (D)->aDb[I].flags&=~(P) macro
|