Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19095 #define ExprUseXList(E) (((E)->flags&EP_xIsSelect)==0)
19096 #define ExprUseXSelect(E) (((E)->flags&EP_xIsSelect)!=0)
107489 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
110070 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
112028 assert( !ExprHasProperty(pIn, EP_xIsSelect) );
115120 if( combinedFlags & EP_xIsSelect ) return 2;
115919 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
158280 if( pTerm->pExpr->flags & EP_xIsSelect ){
161344 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow)
161652 && ( (pExpr->pLeft->flags & EP_xIsSelect)==0
[all …]