Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c19002 #define EP_Subrtn 0x2000000 /* Uses Expr.y.sub. TK_IN, _SELECT, or _EXISTS */ macro
19035 #define ExprUseYTab(E) (((E)->flags&(EP_WinFunc|EP_Subrtn))==0)
19037 #define ExprUseYSub(E) (((E)->flags&EP_Subrtn)!=0)
33028 if( ExprHasProperty(pExpr, EP_Subrtn) ){ in sqlite3TreeViewExpr()
111724 if( ExprHasProperty(pExpr, EP_Subrtn) ){
111741 ExprSetProperty(pExpr, EP_Subrtn);
111849 ExprClearProperty(pExpr, EP_Subrtn);
111916 if( ExprHasProperty(pExpr, EP_Subrtn) ){
111927 ExprSetProperty(pExpr, EP_Subrtn);
156800 if( pExpr->iTable==0 || !ExprHasProperty(pExpr, EP_Subrtn) ){