Searched refs:EP_FixedCol (Results 1 – 1 of 1) sorted by relevance
18982 #define EP_FixedCol 0x000020 /* TK_Column with a known fixed value */ macro32824 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()110803 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){112876 if( ExprHasProperty(pExpr, EP_FixedCol) ){114387 if( (combinedFlags & EP_FixedCol)==0145634 && !ExprHasProperty(pExpr, EP_FixedCol)146565 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;146646 if( ExprHasProperty(pExpr, EP_FixedCol|pConst->mExcludeOn) ){146647 testcase( ExprHasProperty(pExpr, EP_FixedCol) );146663 ExprSetProperty(pExpr, EP_FixedCol);[all …]