Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c33133 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)
[all …]