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