Lines Matching refs:EP_OuterON
408 assert( joinFlag==EP_OuterON || joinFlag==EP_InnerON ); in sqlite3SetJoinExpr()
444 if( iTable<0 || (ExprHasProperty(p, EP_OuterON) && p->w.iJoin==iTable) ){ in unsetJoinExpr()
445 ExprClearProperty(p, EP_OuterON|EP_InnerON); in unsetJoinExpr()
500 joinType = (pRight->fg.jointype & JT_OUTER)!=0 ? EP_OuterON : EP_InnerON; in sqlite3ProcessJoin()
3781 if( ExprHasProperty(pExpr, EP_OuterON|EP_InnerON) in substExpr()
3825 if( ExprHasProperty(pExpr,EP_OuterON|EP_InnerON) ){ in substExpr()
3827 pExpr->flags & (EP_OuterON|EP_InnerON)); in substExpr()
4001 if( ExprHasProperty(pExpr, EP_OuterON) ){ in renumberCursorsCb()
4606 sqlite3SetJoinExpr(pWhere, iNewParent, EP_OuterON); in flattenSubquery()
4743 testcase( ExprHasProperty(pExpr, EP_OuterON) ); in findConstInWhere()
4784 testcase( ExprHasProperty(pExpr, EP_OuterON) ); in propagateConstantExprRewriteOne()
4915 x.mExcludeOn = EP_InnerON | EP_OuterON; in propagateConstants()
4918 x.mExcludeOn = EP_OuterON; in propagateConstants()
5092 && (ExprHasProperty(pWhere,EP_OuterON)==0 in pushDownWhereTerms()
5097 if( ExprHasProperty(pWhere,EP_OuterON) in pushDownWhereTerms()