Lines Matching refs:regStart

165596 **         regStart = <expr1>        // PRECEDING expression
165604 ** if( (regStart--)<=0 ){
165615 ** if( (regStart--)<=0 ){
165653 ** regStart = <expr1>
165659 ** if( (regStart--)<=0 ){
165681 ** regStart = regEnd - <expr1>
165687 ** if( (regStart--)<=0 ){
165699 ** if( (regStart--)<=0 ){
165724 ** regStart = <expr1>
165732 ** if( (regStart--)<=0 ){
165759 ** regStart = <expr1>
165760 ** if( regEnd < regStart ){
165785 ** regStart = <expr1>
165810 ** regStart = <expr1>
165815 ** while( csrStart.key + regStart) < csrCurrent.key ){
165826 ** while( csrStart.key + regStart) < csrCurrent.key ){
165846 ** regStart = <expr1>
165851 ** while( (csrStart.key + regStart) < csrCurrent.key ){
165861 ** while( (csrStart.key + regStart) < csrCurrent.key ){
165876 ** regStart = <expr1>
165880 ** while( (csrCurrent.key + regStart) > csrStart.key ){
165890 ** while( (csrCurrent.key + regStart) > csrStart.key ){
165928 int regStart = 0; /* Value of <expr> PRECEDING */
166000 regStart = ++pParse->nMem;
166058 if( regStart ){
166059 sqlite3ExprCode(pParse, pMWin->pStart, regStart);
166060 windowCheckValue(pParse, regStart, 0 + (pMWin->eFrmType==TK_RANGE?3:0));
166067 if( pMWin->eFrmType!=TK_RANGE && pMWin->eStart==pMWin->eEnd && regStart ){
166069 int addrGe = sqlite3VdbeAddOp3(v, op, regStart, 0, regEnd);
166082 sqlite3VdbeAddOp3(v, OP_Subtract, regStart, regEnd, regStart);
166115 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);
166121 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);
166128 if( bRPS ) windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);
166130 if( !bRPS ) windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);
166143 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);
166154 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);
166176 if( bRPS ) windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);
166186 addrBreak2 = windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 1);
166191 addrBreak1 = windowCodeOp(&s, WINDOW_RETURN_ROW, regStart, 1);
166197 addrBreak2 = windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 1);
166212 windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0);