ExprClearProperty 10070 third_party/sqlite/amalgamation/sqlite3.c #define ExprClearProperty(E,P)   (E)->flags&=~(P)
ExprClearProperty 1725 third_party/sqlite/src/src/sqliteInt.h #define ExprClearProperty(E,P)   (E)->flags&=~(P)