Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c19482 #define EP_Subrtn 0x2000000 /* Uses Expr.y.sub. TK_IN, _SELECT, or _EXISTS */ macro
19515 #define ExprUseYTab(E) (((E)->flags&(EP_WinFunc|EP_Subrtn))==0)
19517 #define ExprUseYSub(E) (((E)->flags&EP_Subrtn)!=0)
33911 if( ExprHasProperty(pExpr, EP_Subrtn) ){ in sqlite3TreeViewExpr()
113810 ExprSetProperty(pExpr, EP_Subrtn);
113885 if( ExprHasProperty(pExpr, EP_Subrtn)
113908 ExprSetProperty(pExpr, EP_Subrtn);
114039 ExprClearProperty(pExpr, EP_Subrtn);
114107 if( ExprHasProperty(pExpr, EP_Subrtn) ){
114118 ExprSetProperty(pExpr, EP_Subrtn);
[all …]