Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c17838 #define ExprUseXList(E) (((E)->flags&EP_xIsSelect)==0)
17839 #define ExprUseXSelect(E) (((E)->flags&EP_xIsSelect)!=0)
100505 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
102602 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
104231 assert( !ExprHasProperty(pIn, EP_xIsSelect) );
107142 if( combinedFlags & EP_xIsSelect ) return 2;
107223 if( seenNot && ExprHasProperty(p, EP_xIsSelect) ) return 0;
107836 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
147202 if( pTerm->pExpr->flags & EP_xIsSelect ){
150344 && ( (pExpr->pLeft->flags & EP_xIsSelect)==0
[all …]