Home
last modified time | relevance | path

Searched refs:ExprClearProperty (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19083 #define ExprClearProperty(E,P) (E)->flags&=~(P) macro
107495 ExprClearProperty(pExpr,EP_Leaf);
112586 ExprClearProperty(pExpr, EP_Subrtn);
113263 ExprClearProperty(p, EP_Skip);
143343 ExprClearProperty(p, EP_OuterON|EP_InnerON);
143347 ExprClearProperty(p, EP_CanBeNull);
146813 ExprClearProperty(pExpr, EP_Collate);
147775 ExprClearProperty(pExpr, EP_Leaf);
148267 ExprClearProperty(pY, EP_Skip|EP_Unlikely);
161383 ExprClearProperty(pExpr, EP_InnerON);
[all …]