Searched refs:ExprClearProperty (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | select.c | 445 ExprClearProperty(p, EP_OuterON|EP_InnerON); in unsetJoinExpr() 449 ExprClearProperty(p, EP_CanBeNull); in unsetJoinExpr() 3850 ExprClearProperty(pExpr, EP_Collate); in substExpr() 4798 ExprClearProperty(pExpr, EP_Leaf); in propagateConstantExprRewriteOne()
|
| H A D | whereexpr.c | 1132 ExprClearProperty(pExpr, EP_InnerON); in exprAnalyze()
|
| H A D | resolve.c | 675 ExprClearProperty(pExpr,EP_Leaf); in lookupName()
|
| H A D | window.c | 811 ExprClearProperty(pExpr, EP_Static); in selectWindowRewriteExprCb()
|
| H A D | expr.c | 3206 ExprClearProperty(pExpr, EP_Subrtn); in sqlite3CodeRhsOfIN() 3872 ExprClearProperty(p, EP_Skip); in exprToRegister()
|
| H A D | sqliteInt.h | 2939 #define ExprClearProperty(E,P) (E)->flags&=~(P) macro
|