Lines Matching refs:EP_FixedCol
19044 #define EP_FixedCol 0x000020 /* TK_Column with a known fixed value */ macro
33133 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
111491 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
113613 if( ExprHasProperty(pExpr, EP_FixedCol) ){
115121 if( (combinedFlags & EP_FixedCol)==0
146747 && !ExprHasProperty(pExpr, EP_FixedCol)
147678 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
147759 if( ExprHasProperty(pExpr, EP_FixedCol|pConst->mExcludeOn) ){
147760 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
147776 ExprSetProperty(pExpr, EP_FixedCol);
161412 && !ExprHasProperty(pRight, EP_FixedCol)
162021 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){
162416 if( ALWAYS(p!=0) && p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){