Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c632 Window *p; in windowFind()
736 Window *pWin;
859 Window *pWin, in selectWindowRewriteEList()
1391 Window *pWin; in sqlite3WindowCodeInit()
1660 Window *pWin; in windowAggStep()
1772 Window *pWin; in windowAggFinal()
1808 Window *pWin; in windowFullScan()
1994 Window *pWin; in windowInitAccum()
2023 Window *pWin; in windowCacheFrame()
2408 Window *sqlite3WindowListDup(sqlite3 *db, Window *p){ in sqlite3WindowListDup()
[all …]
H A DsqliteInt.h1228 typedef struct Window Window; typedef
4238 struct Window { struct
4271 void sqlite3WindowDelete(sqlite3*, Window*); argument
4277 int sqlite3WindowCompare(const Parse*, const Window*, const Window*, int);
4281 void sqlite3WindowUpdate(Parse*, Window*, Window*, FuncDef*);
4282 Window *sqlite3WindowDup(sqlite3 *db, Expr *pOwner, Window *p);
4283 Window *sqlite3WindowListDup(sqlite3 *db, Window *p);
4285 void sqlite3WindowChain(Parse*, Window*, Window*);
4286 Window *sqlite3WindowAssemble(Parse*, Window*, ExprList*, ExprList*, Token*);
4556 void sqlite3ShowWindow(const Window*);
[all …]
H A Dtreeview.c295 Window *pX; in sqlite3TreeViewSelect()
325 Window *pX; in sqlite3TreeViewSelect()
401 void sqlite3TreeViewWindow(TreeView *pView, const Window *pWin, u8 more){ in sqlite3TreeViewWindow()
467 void sqlite3TreeViewWinFunc(TreeView *pView, const Window *pWin, u8 more){ in sqlite3TreeViewWinFunc()
666 Window *pWin; in sqlite3TreeViewExpr()
1286 void sqlite3ShowWindow(const Window *p){ sqlite3TreeViewWindow(0,p,0); } in sqlite3ShowWindow()
1287 void sqlite3ShowWinFunc(const Window *p){ sqlite3TreeViewWinFunc(0,p,0); } in sqlite3ShowWinFunc()
H A Dwalker.c25 static int walkWindowList(Walker *pWalker, Window *pList, int bOneOnly){ in walkWindowList()
26 Window *pWin; in walkWindowList()
H A Dparse.y1753 %type windowdefn_list {Window*}
1763 %type windowdefn {Window*}
1772 %type window {Window*}
1775 %type frame_opt {Window*}
1784 %type over_clause {Window*}
1787 %type filter_over {Window*}
1850 %type window_clause {Window*}
1866 A = (Window*)sqlite3DbMallocZero(pParse->db, sizeof(Window));
1880 A = (Window*)sqlite3DbMallocZero(pParse->db, sizeof(Window));
H A Dresolve.c999 Window *pWin = (IsWindowFunc(pExpr) ? pExpr->y.pWin : 0); in resolveExprStep()
1581 Window *pWin = pExpr->y.pWin; in resolveRemoveWindowsCb()
1835 Window *pWin; in resolveSelectStep()
H A Dselect.c3866 Window *pWin = pExpr->y.pWin; in substExpr()
7242 Window *pWin = p->pWin; /* Main window object (or NULL) */ in sqlite3Select()
H A Dexpr.c1557 Window *pWin = pExpr->y.pWin; in gatherSelectWindowsCallback()
/sqlite-3.40.0/vsixtest/
H A DApp.xaml.cpp52 auto rootFrame = dynamic_cast<Frame^>(Window::Current->Content);
79 Window::Current->Content = rootFrame;
81 Window::Current->Activate();
93 Window::Current->Activate();
/sqlite-3.40.0/test/
H A Dfilter1.test83 # .2 Window function in FILTER clause,
H A Dwindow1.test661 # Window function in correlated subquery causes assertion fault
/sqlite-3.40.0/autoconf/
H A DINSTALL202 is something like `gnu-as' or `x' (for the X Window System). The
206 For packages that use the X Window System, `configure' can usually
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md113 <li> _type_ &rarr; 's'=Scalar, 'a'=Aggregate, 'w'=Window
/sqlite-3.40.0/ext/wasm/api/
H A DREADME.md63 interface to a database which can be driven from the main Window