Home
last modified time | relevance | path

Searched refs:EP_xIsSelect (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c51 assert( pExpr->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
65 assert( pExpr->pLeft->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
232 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in comparisonAffinity()
411 assert( pVector->flags & EP_xIsSelect ); in sqlite3ExprForVectorField()
657 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
924 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in sqlite3ExprFunction()
1215 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprDup()
1842 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprNodeIsConstantOrGroupBy()
2376 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
2472 if( pExpr->flags & EP_xIsSelect ){ in sqlite3VectorErrorMsg()
[all …]
H A Dwalker.c50 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
H A Dwhereexpr.c749 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
944 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
1213 && ( (pExpr->pLeft->flags & EP_xIsSelect)==0 in exprAnalyze()
1214 || (pExpr->pRight->flags & EP_xIsSelect)==0) in exprAnalyze()
1391 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsage()
H A Dattach.c537 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3FixExpr()
H A Dresolve.c659 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in resolveExprStep()
769 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in resolveExprStep()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dexpr.c54 assert( pExpr->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
68 assert( pExpr->pLeft->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
479 assert( pVector->flags & EP_xIsSelect ); in sqlite3ExprForVectorField()
725 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
1323 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprDup()
2127 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprNodeIsConstantOrGroupBy()
2678 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
2776 if( pExpr->flags & EP_xIsSelect ){ in sqlite3VectorErrorMsg()
2872 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3CodeRhsOfIN()
2880 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3CodeRhsOfIN()
[all …]
H A Dwalker.c82 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
H A Dwhereexpr.c869 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
1061 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
1336 && ( (pExpr->pLeft->flags & EP_xIsSelect)==0 in exprAnalyze()
1337 || (pExpr->pRight->flags & EP_xIsSelect)==0) in exprAnalyze()
1521 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsageNN()
H A Dwherecode.c545 if( (pX->flags & EP_xIsSelect)==0 || pX->x.pSelect->pEList->nExpr==1 ){ in codeEqualityTerm()
739 if( pTerm->pExpr->flags & EP_xIsSelect ){ in codeAllEqualityTerms()
1084 if( (p->flags & EP_xIsSelect) ){ in codeExprOrVector()
2419 && (pAlt->pExpr->flags & EP_xIsSelect) in sqlite3WhereCodeOneLoopStart()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dexpr.c56 assert( pExpr->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
73 assert( pExpr->pLeft->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
499 assert( pVector->flags & EP_xIsSelect ); in sqlite3ExprForVectorField()
746 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
1365 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprDup()
2180 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprNodeIsConstantOrGroupBy()
2732 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
2830 if( pExpr->flags & EP_xIsSelect ){ in sqlite3VectorErrorMsg()
2926 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3CodeRhsOfIN()
2934 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3CodeRhsOfIN()
[all …]
H A Dwalker.c83 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
H A Dwhereexpr.c870 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
1212 assert( (pExpr->flags & EP_VarSelect) && (pExpr->flags & EP_xIsSelect) ); in exprAnalyzeExists()
1333 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
1614 && ( (pExpr->pLeft->flags & EP_xIsSelect)==0 in exprAnalyze()
1615 || (pExpr->pRight->flags & EP_xIsSelect)==0) in exprAnalyze()
1810 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsageNN()
H A Dwherecode.c545 if( (pX->flags & EP_xIsSelect)==0 || pX->x.pSelect->pEList->nExpr==1 ){ in codeEqualityTerm()
749 if( pTerm->pExpr->flags & EP_xIsSelect ){ in codeAllEqualityTerms()
1094 if( (p->flags & EP_xIsSelect) ){ in codeExprOrVector()
2447 && (pAlt->pExpr->flags & EP_xIsSelect) in sqlite3WhereCodeOneLoopStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dexpr.c56 assert( pExpr->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
73 assert( pExpr->pLeft->flags&EP_xIsSelect ); in sqlite3ExprAffinity()
488 assert( pVector->flags & EP_xIsSelect ); in sqlite3ExprForVectorField()
735 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprSetHeight()
1338 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprDup()
2150 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprNodeIsConstantOrGroupBy()
2702 && !ExprHasProperty(pX, EP_xIsSelect) in sqlite3FindInIndex()
2800 if( pExpr->flags & EP_xIsSelect ){ in sqlite3VectorErrorMsg()
2896 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3CodeRhsOfIN()
2904 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3CodeRhsOfIN()
[all …]
H A Dwalker.c82 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in walkExpr()
H A Dwhereexpr.c869 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); in exprAnalyzeOrTerm()
1061 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in exprAnalyze()
1336 && ( (pExpr->pLeft->flags & EP_xIsSelect)==0 in exprAnalyze()
1337 || (pExpr->pRight->flags & EP_xIsSelect)==0) in exprAnalyze()
1522 }else if( ExprHasProperty(p, EP_xIsSelect) ){ in sqlite3WhereExprUsageNN()
H A Dwherecode.c545 if( (pX->flags & EP_xIsSelect)==0 || pX->x.pSelect->pEList->nExpr==1 ){ in codeEqualityTerm()
749 if( pTerm->pExpr->flags & EP_xIsSelect ){ in codeAllEqualityTerms()
1094 if( (p->flags & EP_xIsSelect) ){ in codeExprOrVector()
2441 && (pAlt->pExpr->flags & EP_xIsSelect) in sqlite3WhereCodeOneLoopStart()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dexpr.c36 assert( pExpr->flags&EP_xIsSelect ); 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()
800 if( ExprHasProperty(p, EP_xIsSelect) ){ in exprDup()
1642 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3CodeSubselect()
1741 assert( ExprHasProperty(pExpr, EP_xIsSelect) ); in sqlite3CodeSubselect()
2537 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in sqlite3ExprCodeTarget()
3118 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in exprCodeBetween()
[all …]
H A Dwalker.c49 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3WalkExpr()
H A Dselect.c1081 assert( ExprHasProperty(pExpr, EP_xIsSelect) ); in columnType()
2515 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in substExpr()
3062 if( NEVER(ExprHasProperty(pExpr, EP_xIsSelect)) ) return 0; in minMaxQuery()
3522 assert( !ExprHasProperty(pE, EP_xIsSelect) ); in resetAccumulator()
3546 assert( !ExprHasProperty(pF->pExpr, EP_xIsSelect) ); in finalizeAggFunctions()
3569 assert( !ExprHasProperty(pF->pExpr, EP_xIsSelect) ); in updateAccumulator()
3995 assert( !ExprHasProperty(sAggInfo.aFunc[i].pExpr, EP_xIsSelect) ); in sqlite3Select()
4294 assert( !ExprHasProperty(p->pEList->a[0].pExpr, EP_xIsSelect) ); in sqlite3Select()
H A Dresolve.c526 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); in resolveExprStep()
584 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in resolveExprStep()
H A Dattach.c496 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ in sqlite3FixExpr()
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);
H A Ddelete.c198 pInClause->flags |= EP_xIsSelect; in sqlite3LimitWhere()
/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()

123456789