Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c1359 assert( !ExprHasVVAProperty(p, EP_NoReduce) ); in dupedExprStructSize()
3350 ExprSetVVAProperty(pExpr, EP_NoReduce); in sqlite3CodeSubselect()
6325 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate()
6375 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate()
H A Dresolve.c261 ExprSetVVAProperty(pExpr, EP_NoReduce); in lookupName()
H A DsqliteInt.h2956 #define EP_NoReduce 0x01 /* Cannot EXPRDUP_REDUCE this Expr */ macro
H A Dselect.c412 ExprSetVVAProperty(p, EP_NoReduce); in sqlite3SetJoinExpr()
607 ExprSetVVAProperty(pEq, EP_NoReduce); in sqlite3ProcessJoin()