Home
last modified time | relevance | path

Searched refs:ExprSetProperty (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dresolve.c98 ExprSetProperty(pExpr, EP_Static); in resolveAlias()
115 ExprSetProperty(pExpr, EP_Alias); in resolveAlias()
363 ExprSetProperty(pExpr, EP_CanBeNull); in lookupName()
429 ExprSetProperty(pExpr, EP_Alias); in lookupName()
626 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
851 ExprSetProperty(pExpr, EP_Unlikely); in resolveExprStep()
892 ExprSetProperty(pExpr,EP_ConstFunc); in resolveExprStep()
906 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL); in resolveExprStep()
1057 ExprSetProperty(pExpr, EP_VarSelect); in resolveExprStep()
1826 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) ); in sqlite3ResolveExprNames()
[all …]
H A Dattach.c551 if( !pFix->bTemp ) ExprSetProperty(pExpr, EP_FromDDL); in sqlite3FixExpr()
H A Dexpr.c924 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery); in sqlite3PExprAddSelect()
980 ExprSetProperty(pNew, EP_HasFunc); in sqlite3ExprFunction()
983 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct); in sqlite3ExprFunction()
1933 ExprSetProperty(pExpr, v); in sqlite3ExprIdToTrueFalse()
2023 if( pWalker->eCode==5 ) ExprSetProperty(pExpr, EP_FromDDL); in exprNodeIsConstant()
2876 ExprSetProperty(pExpr, EP_Subrtn); in sqlite3CodeRhsOfIN()
3057 ExprSetProperty(pExpr, EP_Subrtn); in sqlite3CodeSubselect()
H A Dwindow.c808 ExprSetProperty(pExpr, EP_Static); in selectWindowRewriteExprCb()
1288 ExprSetProperty(p, EP_WinFunc); in sqlite3WindowAttach()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dresolve.c83 ExprSetProperty(pDup, EP_Alias); in resolveAlias()
92 ExprSetProperty(pExpr, EP_Static); in resolveAlias()
293 ExprSetProperty(pExpr, EP_CanBeNull); in lookupName()
481 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
673 ExprSetProperty(pExpr, EP_Unlikely|EP_Skip); in resolveExprStep()
713 ExprSetProperty(pExpr,EP_ConstFunc); in resolveExprStep()
775 ExprSetProperty(pExpr, EP_VarSelect); in resolveExprStep()
1450 ExprSetProperty(pExpr, EP_Agg); in sqlite3ResolveExprNames()
H A Dselect.c338 ExprSetProperty(pEq, EP_FromJoin); in addWhereTerm()
374 ExprSetProperty(p, EP_FromJoin); in setJoinExpr()
3215 ExprSetProperty(pNew, EP_CanBeNull); in substExpr()
3219 ExprSetProperty(pNew, EP_FromJoin); in substExpr()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dresolve.c97 ExprSetProperty(pExpr, EP_Static); in resolveAlias()
361 ExprSetProperty(pExpr, EP_CanBeNull); in lookupName()
646 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
827 ExprSetProperty(pExpr, EP_IsTrue); in resolveExprStep()
830 ExprSetProperty(pExpr, EP_IsFalse); in resolveExprStep()
916 ExprSetProperty(pExpr, EP_Unlikely); in resolveExprStep()
957 ExprSetProperty(pExpr,EP_ConstFunc); in resolveExprStep()
971 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL); in resolveExprStep()
1123 ExprSetProperty(pExpr, EP_VarSelect); in resolveExprStep()
1890 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) ); in sqlite3ResolveExprNames()
[all …]
H A Dattach.c441 if( !pFix->bTemp ) ExprSetProperty(pExpr, EP_FromDDL); in fixExprCb()
H A Dexpr.c935 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery); in sqlite3PExprAddSelect()
991 ExprSetProperty(pNew, EP_HasFunc); in sqlite3ExprFunction()
994 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct); in sqlite3ExprFunction()
1963 ExprSetProperty(pExpr, v); in sqlite3ExprIdToTrueFalse()
2053 if( pWalker->eCode==5 ) ExprSetProperty(pExpr, EP_FromDDL); in exprNodeIsConstant()
2906 ExprSetProperty(pExpr, EP_Subrtn); in sqlite3CodeRhsOfIN()
3087 ExprSetProperty(pExpr, EP_Subrtn); in sqlite3CodeSubselect()
H A Dwhereexpr.c1418 ExprSetProperty(pExpr, EP_IsFalse); in exprAnalyze()
1688 ExprSetProperty(pNewExpr, EP_FromJoin); in exprAnalyze()
H A Dwindow.c808 ExprSetProperty(pExpr, EP_Static); in selectWindowRewriteExprCb()
1288 ExprSetProperty(p, EP_WinFunc); in sqlite3WindowAttach()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dresolve.c91 ExprSetProperty(pExpr, EP_Static); in resolveAlias()
108 ExprSetProperty(pExpr, EP_Alias); in resolveAlias()
323 ExprSetProperty(pExpr, EP_CanBeNull); in lookupName()
387 ExprSetProperty(pExpr, EP_Alias); in lookupName()
599 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
827 ExprSetProperty(pExpr, EP_Unlikely); in resolveExprStep()
868 ExprSetProperty(pExpr,EP_ConstFunc); in resolveExprStep()
882 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL); in resolveExprStep()
1033 ExprSetProperty(pExpr, EP_VarSelect); in resolveExprStep()
1800 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) ); in sqlite3ResolveExprNames()
H A Dattach.c574 if( !pFix->bTemp ) ExprSetProperty(pExpr, EP_FromDDL); in sqlite3FixExpr()
H A Dexpr.c913 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery); in sqlite3PExprAddSelect()
969 ExprSetProperty(pNew, EP_HasFunc); in sqlite3ExprFunction()
972 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct); in sqlite3ExprFunction()
1912 ExprSetProperty(pExpr, v); in sqlite3ExprIdToTrueFalse()
2002 if( pWalker->eCode==5 ) ExprSetProperty(pExpr, EP_FromDDL); in exprNodeIsConstant()
2852 ExprSetProperty(pExpr, EP_Subrtn); in sqlite3CodeRhsOfIN()
3031 ExprSetProperty(pExpr, EP_Subrtn); in sqlite3CodeSubselect()
H A Dselect.c375 ExprSetProperty(pEq, EP_FromJoin); in addWhereTerm()
411 ExprSetProperty(p, EP_FromJoin); in sqlite3SetJoinExpr()
3502 ExprSetProperty(pNew, EP_CanBeNull); in substExpr()
3506 ExprSetProperty(pNew, EP_FromJoin); in substExpr()
4254 ExprSetProperty(pExpr, EP_FixedCol); in propagateConstantExprRewrite()
H A Dwindow.c807 ExprSetProperty(pExpr, EP_Static); in selectWindowRewriteExprCb()
1250 ExprSetProperty(p, EP_WinFunc); in sqlite3WindowAttach()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dresolve.c95 ExprSetProperty(pExpr, EP_Static); in resolveAlias()
423 ExprSetProperty(p, EP_Resolved); in sqlite3CreateColumnExpr()
449 ExprSetProperty(pExpr, EP_Resolved); in resolveExprStep()
594 ExprSetProperty(pExpr, EP_VarSelect); in resolveExprStep()
1168 ExprSetProperty(pExpr, EP_Error); in sqlite3ResolveExprNames()
1171 ExprSetProperty(pExpr, EP_Agg); in sqlite3ResolveExprNames()
H A Dparse.y994 ExprSetProperty(A.pExpr, EP_xIsSelect);
1006 ExprSetProperty(A.pExpr, EP_xIsSelect);
1020 ExprSetProperty(A.pExpr, EP_xIsSelect);
1033 ExprSetProperty(p, EP_xIsSelect);
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dparse.c3116 ExprSetProperty(yygotominor.yy118.pExpr, EP_xIsSelect); in yy_reduce()
3132 ExprSetProperty(yygotominor.yy118.pExpr, EP_xIsSelect); in yy_reduce()
3150 ExprSetProperty(yygotominor.yy118.pExpr, EP_xIsSelect); in yy_reduce()
3167 ExprSetProperty(p, EP_xIsSelect); in yy_reduce()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h710 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
H A Dselect.c176 ExprSetProperty(pE, EP_FromJoin); in addWhereTerm()
196 ExprSetProperty(p, EP_FromJoin); in setJoinExpr()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h710 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
H A Dselect.c176 ExprSetProperty(pE, EP_FromJoin); in addWhereTerm()
196 ExprSetProperty(p, EP_FromJoin); in setJoinExpr()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h706 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1187 #define ExprSetProperty(E,P) (E)->flags|=(P) macro

12345678