Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c30699 if( ExprHasProperty(pExpr, EP_FixedCol) ){
103837 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
105669 if( ExprHasProperty(pExpr, EP_FixedCol) ){
107143 if( (combinedFlags & EP_FixedCol)==0
136897 && !ExprHasProperty(pExpr, EP_FixedCol)
137743 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
137820 if( ExprHasProperty(pExpr, EP_FixedCol|EP_FromJoin) ){
137821 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
137836 ExprSetProperty(pExpr, EP_FixedCol);
150107 && !ExprHasProperty(pRight, EP_FixedCol)
[all …]