Searched refs:sqlite3WindowAlloc (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | parse.y | 1819 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 D | window.c | 1176 Window *sqlite3WindowAlloc( in sqlite3WindowAlloc() function
|
| H A D | sqliteInt.h | 4274 Window *sqlite3WindowAlloc(Parse*, int, int, Expr*, int , Expr*, u8);
|