Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c88948 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);
[all …]