Lines Matching refs:sqlite3VdbeCurrentAddr
771 addrJmp = sqlite3VdbeCurrentAddr(v); in pushOntoSorter()
802 sqlite3VdbeAddOp2(v, OP_IfNotZero, iLimit, sqlite3VdbeCurrentAddr(v)+4); in pushOntoSorter()
822 pSort->labelOBLopt ? pSort->labelOBLopt : sqlite3VdbeCurrentAddr(v)); in pushOntoSorter()
905 iJump = sqlite3VdbeCurrentAddr(v) + nResultCol; in codeDistinct()
918 assert( sqlite3VdbeCurrentAddr(v)==iJump || pParse->db->mallocFailed ); in codeDistinct()
1300 int addr = sqlite3VdbeCurrentAddr(v) + 4; in selectInnerLoop()
1728 sqlite3VdbeCurrentAddr(v)+1, regKey); in generateSortTail()
1736 iJmp = sqlite3VdbeCurrentAddr(v); in generateSortTail()
2997 iStart = sqlite3VdbeCurrentAddr(v); in multiSelect()
3202 addr = sqlite3VdbeCurrentAddr(v); in generateOutputSubroutine()
3575 addrSelectA = sqlite3VdbeCurrentAddr(v) + 1; in multiSelectOrderBy()
3587 addrSelectB = sqlite3VdbeCurrentAddr(v) + 1; in multiSelectOrderBy()
3670 addrAgtB = sqlite3VdbeCurrentAddr(v); in multiSelectOrderBy()
7037 int addrTop = sqlite3VdbeCurrentAddr(v)+1; in sqlite3Select()
7609 addrTopOfLoop = sqlite3VdbeCurrentAddr(v); in sqlite3Select()
7624 addr1 = sqlite3VdbeCurrentAddr(v); in sqlite3Select()
7680 addrSetAbort = sqlite3VdbeCurrentAddr(v); in sqlite3Select()
7685 addrOutputRow = sqlite3VdbeCurrentAddr(v); in sqlite3Select()