Lines Matching refs:addrEnd
88948 int addrEnd argument
88959 if( addrEnd<0 ) addrEnd = sqlite3VdbeCurrentAddr(p)-1;
88963 pScan->aAddrRange[ii+1] = addrEnd;
157127 int addrEnd; /* End of processing for this SELECT */ local
157167 addrEnd = sqlite3VdbeMakeLabel(pParse);
157365 sqlite3VdbeAddOp2(v, OP_SorterSort, pAggInfo->sortingIdx, addrEnd);
157455 sqlite3VdbeAddOp2(v, OP_IfPos, iAbortFlag, addrEnd); VdbeCoverage(v);
157487 sqlite3VdbeGoto(v, addrEnd);
157669 sqlite3ExprIfFalse(pParse, pHaving, addrEnd, SQLITE_JUMPIFNULL);
157671 pDest, addrEnd, addrEnd);
157673 sqlite3VdbeResolveLabel(v, addrEnd);