Home
last modified time | relevance | path

Searched refs:ExprHasProperty (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwalker.c70 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
71 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
75 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
79 assert( !ExprHasProperty(pExpr, EP_WinFunc) ); in walkExpr()
82 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
83 assert( !ExprHasProperty(pExpr, EP_WinFunc) ); in walkExpr()
90 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in walkExpr()
H A Dexpr.c47 while( ExprHasProperty(pExpr, EP_Skip) ){ in sqlite3ExprAffinity()
128 if( ExprHasProperty(pExpr, EP_Unlikely) ){ in sqlite3ExprSkipCollateAndLikely()
355 if( ExprHasProperty(p, EP_Commuted) ){ in sqlite3ExprCompareCollSeq()
725 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
994 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3ExprFunctionUsable()
1103 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1129 if( !ExprHasProperty(p, EP_Static) ){ in sqlite3ExprDeleteNN()
1201 || ExprHasProperty(p, EP_WinFunc) in dupedExprStructSize()
1908 if( !ExprHasProperty(pExpr, EP_Quoted) in sqlite3ExprIdToTrueFalse()
2678 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
[all …]
H A Dresolve.c99 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveAlias()
467 if( ExprHasProperty(pOrig, EP_Win) in lookupName()
510 if( ExprHasProperty(pExpr,EP_DblQuoted) in lookupName()
603 if( !ExprHasProperty(pExpr, EP_Alias) ){ in lookupName()
813 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in resolveExprStep()
968 else if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
993 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1022 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in resolveExprStep()
1051 assert( !ExprHasProperty(pExpr, EP_Reduced) ); in resolveExprStep()
1382 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveRemoveWindowsCb()
[all …]
H A Dtreeview.c413 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in sqlite3TreeViewExpr()
416 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3TreeViewExpr()
445 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
559 !ExprHasProperty(pExpr, EP_Collate) ? "SOFT-" : "", in sqlite3TreeViewExpr()
569 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
575 pWin = ExprHasProperty(pExpr, EP_WinFunc) ? pExpr->y.pWin : 0; in sqlite3TreeViewExpr()
621 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3TreeViewExpr()
H A Dwhereexpr.c82 if( p && ExprHasProperty(p, EP_Unlikely) ){ in whereClauseInsert()
869 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
904 if( ExprHasProperty(pExpr, EP_FromJoin) ) return 0; in termIsEquivalence()
1061 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
1074 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in exprAnalyze()
1303 if( ExprHasProperty(pExpr, EP_FromJoin) && pNewExpr ){ in exprAnalyze()
1393 && !ExprHasProperty(pExpr, EP_FromJoin) in exprAnalyze()
1510 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){ in sqlite3WhereExprUsageNN()
1512 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in sqlite3WhereExprUsageNN()
1521 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsageNN()
[all …]
H A Dselect.c434 if( ExprHasProperty(p, EP_FromJoin) in unsetJoinExpr()
1768 assert( ExprHasProperty(pExpr, EP_xIsSelect) ); in columnTypeImpl()
3474 if( ExprHasProperty(pExpr, EP_FromJoin) in substExpr()
3530 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in substExpr()
3536 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in substExpr()
4194 if( ExprHasProperty(pValue, EP_FixedCol) ){ in constInsert()
4211 if( ExprHasProperty(pExpr, EP_FromJoin) ) return; in findConstInWhere()
4419 && (ExprHasProperty(pWhere,EP_FromJoin)==0 in pushDownWhereTerms()
5373 assert( !ExprHasProperty(pE, EP_xIsSelect) ); in resetAccumulator()
5429 if( ExprHasProperty(pF->pExpr, EP_WinFunc) ){ in updateAccumulator()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwalker.c71 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
72 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
76 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
80 assert( !ExprHasProperty(pExpr, EP_WinFunc) ); in walkExpr()
83 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
84 assert( !ExprHasProperty(pExpr, EP_WinFunc) ); in walkExpr()
91 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in walkExpr()
H A Dexpr.c144 if( ExprHasProperty(pExpr, EP_Unlikely) ){ in sqlite3ExprSkipCollateAndLikely()
375 if( ExprHasProperty(p, EP_Commuted) ){ in sqlite3ExprCompareCollSeq()
746 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
1016 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3ExprFunctionUsable()
1125 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1144 if( ExprHasProperty(p, EP_WinFunc) ){ in sqlite3ExprDeleteNN()
1151 if( !ExprHasProperty(p, EP_Static) ){ in sqlite3ExprDeleteNN()
1239 || ExprHasProperty(p, EP_WinFunc) in dupedExprStructSize()
1959 if( !ExprHasProperty(pExpr, EP_Quoted) in sqlite3ExprIdToTrueFalse()
2732 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
[all …]
H A Dtreeview.c419 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in sqlite3TreeViewExpr()
422 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3TreeViewExpr()
454 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
569 !ExprHasProperty(pExpr, EP_Collate) ? "SOFT-" : "", in sqlite3TreeViewExpr()
579 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
585 pWin = ExprHasProperty(pExpr, EP_WinFunc) ? pExpr->y.pWin : 0; in sqlite3TreeViewExpr()
633 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3TreeViewExpr()
H A Dresolve.c105 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveAlias()
521 if( ExprHasProperty(pOrig, EP_Win) in lookupName()
564 if( ExprHasProperty(pExpr,EP_DblQuoted) in lookupName()
639 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in lookupName()
902 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in resolveExprStep()
1057 else if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1083 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1112 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in resolveExprStep()
1141 assert( !ExprHasProperty(pExpr, EP_Reduced) ); in resolveExprStep()
1472 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveRemoveWindowsCb()
[all …]
H A Dwhereexpr.c82 if( p && ExprHasProperty(p, EP_Unlikely) ){ in whereClauseInsert()
870 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
905 if( ExprHasProperty(pExpr, EP_FromJoin) ) return 0; in termIsEquivalence()
1333 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
1346 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in exprAnalyze()
1491 && !ExprHasProperty(pExpr, EP_FromJoin) in exprAnalyze()
1687 if( ExprHasProperty(pExpr, EP_FromJoin) && pNewExpr ){ in exprAnalyze()
1799 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){ in sqlite3WhereExprUsageNN()
1801 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in sqlite3WhereExprUsageNN()
1810 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsageNN()
[all …]
H A Dselect.c410 if( ExprHasProperty(p, EP_FromJoin) in unsetJoinExpr()
3511 if( ExprHasProperty(pExpr, EP_FromJoin) in substExpr()
3518 && !ExprHasProperty(pExpr, EP_FixedCol) in substExpr()
3570 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in substExpr()
3576 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in substExpr()
4380 if( ExprHasProperty(pExpr, EP_FromJoin) ) return; in findConstInWhere()
4639 && (ExprHasProperty(pWhere,EP_FromJoin)==0 in pushDownWhereTerms()
4708 || ExprHasProperty(pFunc, EP_WinFunc) in minMaxQuery()
5641 assert( !ExprHasProperty(pE, EP_xIsSelect) ); in resetAccumulator()
5697 if( ExprHasProperty(pF->pFExpr, EP_WinFunc) ){ in updateAccumulator()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwalker.c70 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
71 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
75 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
79 assert( !ExprHasProperty(pExpr, EP_WinFunc) ); in walkExpr()
82 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
83 assert( !ExprHasProperty(pExpr, EP_WinFunc) ); in walkExpr()
90 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in walkExpr()
H A Dexpr.c133 if( ExprHasProperty(pExpr, EP_Unlikely) ){ in sqlite3ExprSkipCollateAndLikely()
364 if( ExprHasProperty(p, EP_Commuted) ){ in sqlite3ExprCompareCollSeq()
735 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
1005 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3ExprFunctionUsable()
1114 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1133 if( ExprHasProperty(p, EP_WinFunc) ){ in sqlite3ExprDeleteNN()
1140 if( !ExprHasProperty(p, EP_Static) ){ in sqlite3ExprDeleteNN()
1212 || ExprHasProperty(p, EP_WinFunc) in dupedExprStructSize()
1929 if( !ExprHasProperty(pExpr, EP_Quoted) in sqlite3ExprIdToTrueFalse()
2702 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
[all …]
H A Dresolve.c106 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveAlias()
509 if( ExprHasProperty(pOrig, EP_Win) in lookupName()
552 if( ExprHasProperty(pExpr,EP_DblQuoted) in lookupName()
630 if( !ExprHasProperty(pExpr, EP_Alias) ){ in lookupName()
837 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in resolveExprStep()
992 else if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1017 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1046 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in resolveExprStep()
1075 assert( !ExprHasProperty(pExpr, EP_Reduced) ); in resolveExprStep()
1407 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveRemoveWindowsCb()
[all …]
H A Dtreeview.c413 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in sqlite3TreeViewExpr()
416 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3TreeViewExpr()
448 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
563 !ExprHasProperty(pExpr, EP_Collate) ? "SOFT-" : "", in sqlite3TreeViewExpr()
573 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
579 pWin = ExprHasProperty(pExpr, EP_WinFunc) ? pExpr->y.pWin : 0; in sqlite3TreeViewExpr()
627 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3TreeViewExpr()
H A Dwhereexpr.c82 if( p && ExprHasProperty(p, EP_Unlikely) ){ in whereClauseInsert()
869 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
904 if( ExprHasProperty(pExpr, EP_FromJoin) ) return 0; in termIsEquivalence()
1061 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
1074 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in exprAnalyze()
1303 if( ExprHasProperty(pExpr, EP_FromJoin) && pNewExpr ){ in exprAnalyze()
1393 && !ExprHasProperty(pExpr, EP_FromJoin) in exprAnalyze()
1511 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){ in sqlite3WhereExprUsageNN()
1513 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in sqlite3WhereExprUsageNN()
1522 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsageNN()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwalker.c41 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
42 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
45 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
50 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
H A Dexpr.c57 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprAffinity()
110 if( ExprHasProperty(pExpr, EP_Unlikely) ){ in sqlite3ExprSkipCollate()
657 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
1018 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1037 if( !ExprHasProperty(p, EP_Static) ){ in sqlite3ExprDeleteNN()
1100 assert( !ExprHasProperty(p, EP_MemToken) ); in dupedExprStructSize()
1101 assert( !ExprHasProperty(p, EP_NoReduce) ); in dupedExprStructSize()
1215 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprDup()
1842 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprNodeIsConstantOrGroupBy()
2376 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
[all …]
H A Dwhereexpr.c82 if( p && ExprHasProperty(p, EP_Unlikely) ){ in whereClauseInsert()
749 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
786 if( ExprHasProperty(pExpr, EP_FromJoin) ) return 0; in termIsEquivalence()
944 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
957 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in exprAnalyze()
1183 if( ExprHasProperty(pExpr, EP_FromJoin) && pNewExpr ){ in exprAnalyze()
1386 assert( !ExprHasProperty(p, EP_TokenOnly) ); in sqlite3WhereExprUsage()
1391 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsage()
1392 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1; in sqlite3WhereExprUsage()
H A Dresolve.c95 if( !ExprHasProperty(pExpr, EP_IntValue) && pExpr->u.zToken!=0 ){ in resolveAlias()
200 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
398 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
434 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){ in lookupName()
485 if( !ExprHasProperty(pExpr, EP_Alias) ){ in lookupName()
659 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in resolveExprStep()
769 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in resolveExprStep()
1345 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()
H A Dtreeview.c249 if( ExprHasProperty(pExpr, EP_FromJoin) ){ in sqlite3TreeViewExpr()
367 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
397 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3TreeViewExpr()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwalker.c42 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in sqlite3WalkExpr()
43 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in sqlite3WalkExpr()
49 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3WalkExpr()
H A Dexpr.c41 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprAffinity()
167 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in comparisonAffinity()
327 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
524 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in sqlite3ExprFunction()
626 if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3ExprDelete()
632 if( !ExprHasProperty(p, EP_Static) ){ in sqlite3ExprDelete()
689 assert( !ExprHasProperty(p, EP_FromJoin) ); in dupedExprStructSize()
800 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprDup()
810 if( ExprHasProperty(pNew, EP_Reduced) ){ in exprDup()
3441 if( ExprHasProperty(pA, EP_xIsSelect) || ExprHasProperty(pB, EP_xIsSelect) ){ in sqlite3ExprCompare()
[all …]
H A Dresolve.c72 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){ in resolveAlias()
309 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
340 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){ in lookupName()
526 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in resolveExprStep()
584 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in resolveExprStep()
1068 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()
1175 return ExprHasProperty(pExpr, EP_Error); in sqlite3ResolveExprNames()

123456789