ExprHasProperty 10067 third_party/sqlite/amalgamation/sqlite3.c #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) ExprHasProperty 1722 third_party/sqlite/src/src/sqliteInt.h #define ExprHasProperty(E,P) (((E)->flags&(P))==(P))