Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c19462 #define EP_FixedCol 0x000020 /* TK_Column with a known fixed value */ macro
33707 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
112837 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
115142 if( ExprHasProperty(pExpr, EP_FixedCol) ){
116678 if( (combinedFlags & EP_FixedCol)==0
148744 && !ExprHasProperty(pExpr, EP_FixedCol)
149691 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
149773 if( ExprHasProperty(pExpr, EP_FixedCol|pConst->mExcludeOn) ){
149774 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
149791 ExprSetProperty(pExpr, EP_FixedCol);
[all …]