Searched refs:regStart (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | window.c | 2874 regStart = ++pParse->nMem; in sqlite3WindowCodeStep() 2932 if( regStart ){ in sqlite3WindowCodeStep() 2933 sqlite3ExprCode(pParse, pMWin->pStart, regStart); in sqlite3WindowCodeStep() 2943 int addrGe = sqlite3VdbeAddOp3(v, op, regStart, 0, regEnd); in sqlite3WindowCodeStep() 2956 sqlite3VdbeAddOp3(v, OP_Subtract, regStart, regEnd, regStart); in sqlite3WindowCodeStep() 2989 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep() 2995 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep() 3002 if( bRPS ) windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep() 3017 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep() 3028 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep() [all …]
|