DbClearProperty 9052 third_party/sqlite/amalgamation/sqlite3.c #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) DbClearProperty 707 third_party/sqlite/src/src/sqliteInt.h #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)