sqlite3VdbeCurrentAddr 8247 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe*); sqlite3VdbeCurrentAddr 72444 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeCurrentAddr(v)+2); sqlite3VdbeCurrentAddr 75560 third_party/sqlite/amalgamation/sqlite3.c topOfLoop = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 75617 third_party/sqlite/amalgamation/sqlite3.c int addr2 = sqlite3VdbeCurrentAddr(v) - (nCol*2); sqlite3VdbeCurrentAddr 79191 third_party/sqlite/amalgamation/sqlite3.c const int j2 = sqlite3VdbeCurrentAddr(v) + 2; sqlite3VdbeCurrentAddr 83663 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2); sqlite3VdbeCurrentAddr 83683 third_party/sqlite/amalgamation/sqlite3.c int iJump = sqlite3VdbeCurrentAddr(v) + nCol + 1; sqlite3VdbeCurrentAddr 83944 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_FkIfZero, 0, sqlite3VdbeCurrentAddr(v)+2); sqlite3VdbeCurrentAddr 84622 third_party/sqlite/amalgamation/sqlite3.c int iEnd = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 84725 third_party/sqlite/amalgamation/sqlite3.c addr = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 85081 third_party/sqlite/amalgamation/sqlite3.c addrSelect = sqlite3VdbeCurrentAddr(v)+2; sqlite3VdbeCurrentAddr 85263 third_party/sqlite/amalgamation/sqlite3.c addrCont = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 85396 third_party/sqlite/amalgamation/sqlite3.c j1 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 91650 third_party/sqlite/amalgamation/sqlite3.c iStart = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 91837 third_party/sqlite/amalgamation/sqlite3.c addr = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 92234 third_party/sqlite/amalgamation/sqlite3.c addrSelectA = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 92251 third_party/sqlite/amalgamation/sqlite3.c addrSelectB = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 92337 third_party/sqlite/amalgamation/sqlite3.c addrAgtB = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 94039 third_party/sqlite/amalgamation/sqlite3.c addrTopOfLoop = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 94051 third_party/sqlite/amalgamation/sqlite3.c j1 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 94104 third_party/sqlite/amalgamation/sqlite3.c addrSetAbort = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 94109 third_party/sqlite/amalgamation/sqlite3.c addrOutputRow = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 98366 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeChangeP3(v, sqlite3VdbeCurrentAddr(v)-1, 0); sqlite3VdbeCurrentAddr 101336 third_party/sqlite/amalgamation/sqlite3.c pLevel->p2 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 101423 third_party/sqlite/amalgamation/sqlite3.c start = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 101631 third_party/sqlite/amalgamation/sqlite3.c pLevel->p2 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 101797 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeCurrentAddr(v)+2, r, iSet); sqlite3VdbeCurrentAddr 101813 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeChangeP1(v, iRetInit, sqlite3VdbeCurrentAddr(v)); sqlite3VdbeCurrentAddr 101868 third_party/sqlite/amalgamation/sqlite3.c pLevel->addrFirst = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 102411 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeChangeP4(v, sqlite3VdbeCurrentAddr(v)-1, sqlite3VdbeCurrentAddr 102436 third_party/sqlite/amalgamation/sqlite3.c pWInfo->iTop = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 102613 third_party/sqlite/amalgamation/sqlite3.c last = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 238 third_party/sqlite/src/src/analyze.c topOfLoop = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 295 third_party/sqlite/src/src/analyze.c int addr2 = sqlite3VdbeCurrentAddr(v) - (nCol*2); sqlite3VdbeCurrentAddr 2352 third_party/sqlite/src/src/build.c const int j2 = sqlite3VdbeCurrentAddr(v) + 2; sqlite3VdbeCurrentAddr 1707 third_party/sqlite/src/src/expr.c sqlite3VdbeCurrentAddr(v)+2); sqlite3VdbeCurrentAddr 371 third_party/sqlite/src/src/fkey.c sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2); sqlite3VdbeCurrentAddr 391 third_party/sqlite/src/src/fkey.c int iJump = sqlite3VdbeCurrentAddr(v) + nCol + 1; sqlite3VdbeCurrentAddr 652 third_party/sqlite/src/src/fkey.c sqlite3VdbeAddOp2(v, OP_FkIfZero, 0, sqlite3VdbeCurrentAddr(v)+2); sqlite3VdbeCurrentAddr 139 third_party/sqlite/src/src/insert.c int iEnd = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 242 third_party/sqlite/src/src/insert.c addr = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 598 third_party/sqlite/src/src/insert.c addrSelect = sqlite3VdbeCurrentAddr(v)+2; sqlite3VdbeCurrentAddr 780 third_party/sqlite/src/src/insert.c addrCont = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 913 third_party/sqlite/src/src/insert.c j1 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 1728 third_party/sqlite/src/src/select.c iStart = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 1915 third_party/sqlite/src/src/select.c addr = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 2312 third_party/sqlite/src/src/select.c addrSelectA = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 2329 third_party/sqlite/src/src/select.c addrSelectB = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 2415 third_party/sqlite/src/src/select.c addrAgtB = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 4117 third_party/sqlite/src/src/select.c addrTopOfLoop = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 4129 third_party/sqlite/src/src/select.c j1 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 4182 third_party/sqlite/src/src/select.c addrSetAbort = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 4187 third_party/sqlite/src/src/select.c addrOutputRow = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 191 third_party/sqlite/src/src/vdbe.h int sqlite3VdbeCurrentAddr(Vdbe*); sqlite3VdbeCurrentAddr 712 third_party/sqlite/src/src/where.c sqlite3VdbeChangeP3(v, sqlite3VdbeCurrentAddr(v)-1, 0); sqlite3VdbeCurrentAddr 3682 third_party/sqlite/src/src/where.c pLevel->p2 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 3769 third_party/sqlite/src/src/where.c start = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 3977 third_party/sqlite/src/src/where.c pLevel->p2 = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 4143 third_party/sqlite/src/src/where.c sqlite3VdbeCurrentAddr(v)+2, r, iSet); sqlite3VdbeCurrentAddr 4159 third_party/sqlite/src/src/where.c sqlite3VdbeChangeP1(v, iRetInit, sqlite3VdbeCurrentAddr(v)); sqlite3VdbeCurrentAddr 4214 third_party/sqlite/src/src/where.c pLevel->addrFirst = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 4757 third_party/sqlite/src/src/where.c sqlite3VdbeChangeP4(v, sqlite3VdbeCurrentAddr(v)-1, sqlite3VdbeCurrentAddr 4782 third_party/sqlite/src/src/where.c pWInfo->iTop = sqlite3VdbeCurrentAddr(v); sqlite3VdbeCurrentAddr 4959 third_party/sqlite/src/src/where.c last = sqlite3VdbeCurrentAddr(v);