Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c1467 ExprSetVVAProperty(pNew, EP_Immutable); in exprDup()
3350 ExprSetVVAProperty(pExpr, EP_NoReduce); in sqlite3CodeSubselect()
6325 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate()
6375 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate()
H A DsqliteInt.h2964 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro
2968 # define ExprSetVVAProperty(E,P) macro
H A Dresolve.c261 ExprSetVVAProperty(pExpr, EP_NoReduce); in lookupName()
H A Dselect.c412 ExprSetVVAProperty(p, EP_NoReduce); in sqlite3SetJoinExpr()
607 ExprSetVVAProperty(pEq, EP_NoReduce); in sqlite3ProcessJoin()
H A Dbuild.c2577 ExprSetVVAProperty(pExpr, EP_Immutable); in markImmutableExprStep()