Searched refs:EP_WinFunc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18963 Window *pWin; /* EP_WinFunc: Window/Filter defn for a function */
19001 #define EP_WinFunc 0x1000000 /* TK_FUNCTION with Expr.y.pWin set */ macro
19035 #define ExprUseYTab(E) (((E)->flags&(EP_WinFunc|EP_Subrtn))==0)
19036 #define ExprUseYWin(E) (((E)->flags&EP_WinFunc)!=0)
19081 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \
[all...]

Completed in 520 milliseconds