Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20102 #define EP_FixedCol 0x000020 /* TK_Column with a known fixed value */ macro
34547 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
115229 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
117652 if( ExprHasProperty(pExpr, EP_FixedCol) ){
119259 if( (combinedFlags & EP_FixedCol)==0
152573 && !ExprHasProperty(pExpr, EP_FixedCol)
153521 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
153603 if( ExprHasProperty(pExpr, EP_FixedCol|pConst->mExcludeOn) ){
153604 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
153621 ExprSetProperty(pExpr, EP_FixedCol);
[all …]