Home
last modified time | relevance | path

Searched refs:WRC_Prune (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c654 return WRC_Prune; in lookupName()
657 return WRC_Prune; in lookupName()
753 return WRC_Prune; in lookupName()
935 return WRC_Prune; in resolveExprStep()
1046 return WRC_Prune; in resolveExprStep()
1208 return WRC_Prune; in resolveExprStep()
1699 return WRC_Prune; in resolveSelectStep()
1715 return pParse->nErr ? WRC_Abort : WRC_Prune; in resolveSelectStep()
1922 return WRC_Prune; in resolveSelectStep()
H A Dexpr.c1566 return p==pWalker->u.pSelect ? WRC_Continue : WRC_Prune; in gatherSelectWindowsSelectCallback()
2207 return WRC_Prune; in exprNodeIsConstant()
2354 return WRC_Prune; in exprNodeIsConstantOrGroupBy()
5852 if( ExprHasProperty(pExpr, EP_OuterON) ) return WRC_Prune; in impliesNotNullRow()
5874 return WRC_Prune; in impliesNotNullRow()
5880 return WRC_Prune; in impliesNotNullRow()
5890 return WRC_Prune; in impliesNotNullRow()
5897 return WRC_Prune; in impliesNotNullRow()
5927 return WRC_Prune; in impliesNotNullRow()
6335 return WRC_Prune; in analyzeAggregate()
[all …]
H A Dalter.c878 return WRC_Prune; in renameUnmapSelectCb()
993 return WRC_Prune; in renameColumnSelectCb()
1649 return WRC_Prune; in renameTableSelectCb()
H A Dselect.c4780 if( pConst->pOomFault[0] ) return WRC_Prune; in propagateConstantExprRewriteOne()
4802 if( pConst->pParse->db->mallocFailed ) return WRC_Prune; in propagateConstantExprRewriteOne()
4805 return WRC_Prune; in propagateConstantExprRewriteOne()
4835 if( pConst->pOomFault[0] ) return WRC_Prune; in propagateConstantExprRewrite()
5740 return WRC_Prune; in selectExpander()
6439 return WRC_Prune; in havingToWhereExprCb()
H A Dwindow.c782 return WRC_Prune; in selectWindowRewriteExprCb()
840 return WRC_Prune; in selectWindowRewriteSelectCb()
H A Dwherecode.c1010 rc = WRC_Prune; in codeCursorHintFixExpr()
H A DsqliteInt.h4150 #define WRC_Prune 1 /* Omit children but continue walking siblings */ macro