Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dparse.y1819 A = sqlite3WindowAlloc(pParse, 0, TK_UNBOUNDED, 0, TK_CURRENT, 0, 0);
1822 A = sqlite3WindowAlloc(pParse, X, Y.eType, Y.pExpr, TK_CURRENT, 0, Z);
1826 A = sqlite3WindowAlloc(pParse, X, Y.eType, Y.pExpr, Z.eType, Z.pExpr, W);
H A Dwindow.c1176 Window *sqlite3WindowAlloc( in sqlite3WindowAlloc() function
H A DsqliteInt.h4274 Window *sqlite3WindowAlloc(Parse*, int, int, Expr*, int , Expr*, u8);