OP_Next          66664 third_party/sqlite/amalgamation/sqlite3.c case OP_Next: {        /* jump */
OP_Next          66685 third_party/sqlite/amalgamation/sqlite3.c   rc = pOp->opcode==OP_Next ? sqlite3BtreeNext(u.bm.pCrsr, &u.bm.res) :
OP_Next          75628 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Next, iIdxCur, topOfLoop);
OP_Next          79210 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_Next, iTab, addr1+1);
OP_Next          84734 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Next, 0, addr+2);
OP_Next          84780 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Next, 0, j3);
OP_Next          85487 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Next, srcTab, addrCont);
OP_Next          86277 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_Next, iSrc, addr1);
OP_Next          86296 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Next, iSrc, addr1+1);
OP_Next          88721 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp2(v, OP_Next, 1, loopTop+1);
OP_Next          88728 third_party/sqlite/amalgamation/sqlite3.c              { OP_Next,         0,  0,  0},  /* 3 */
OP_Next          90873 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_Next, iTab, addr);
OP_Next          91654 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp2(v, OP_Next, unionTab, iStart);
OP_Next          91732 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, OP_Next, tab1, iStart);
OP_Next          94082 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp2(v, OP_Next, sAggInfo.sortingIdx, addrTopOfLoop);
OP_Next          95154 third_party/sqlite/amalgamation/sqlite3.c       { OP_Next,       0, ADDR(1),  0}, /* 8 */
OP_Next          96357 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_Next, ephemTab, addr+1);
OP_Next          99590 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_Next, pLevel->iTabCur, addrTop+1);
OP_Next          101424 third_party/sqlite/amalgamation/sqlite3.c     pLevel->op = bRev ? OP_Prev : OP_Next;
OP_Next          101674 third_party/sqlite/amalgamation/sqlite3.c       pLevel->op = OP_Next;
OP_Next          101826 third_party/sqlite/amalgamation/sqlite3.c     static const u8 aStep[] = { OP_Next, OP_Prev };
OP_Next          102542 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp2(v, OP_Next, pIn->iCur, pIn->addrInTop);
OP_Next           306 third_party/sqlite/src/src/analyze.c     sqlite3VdbeAddOp2(v, OP_Next, iIdxCur, topOfLoop);
OP_Next          2371 third_party/sqlite/src/src/build.c   sqlite3VdbeAddOp2(v, OP_Next, iTab, addr1+1);
OP_Next           251 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp2(v, OP_Next, 0, addr+2);
OP_Next           297 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp2(v, OP_Next, 0, j3);
OP_Next          1004 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp2(v, OP_Next, srcTab, addrCont);
OP_Next          1794 third_party/sqlite/src/src/insert.c   sqlite3VdbeAddOp2(v, OP_Next, iSrc, addr1);
OP_Next          1813 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp2(v, OP_Next, iSrc, addr1+1);
OP_Next          1185 third_party/sqlite/src/src/pragma.c         sqlite3VdbeAddOp2(v, OP_Next, 1, loopTop+1);
OP_Next          1192 third_party/sqlite/src/src/pragma.c              { OP_Next,         0,  0,  0},  /* 3 */
OP_Next           951 third_party/sqlite/src/src/select.c   sqlite3VdbeAddOp2(v, OP_Next, iTab, addr);
OP_Next          1732 third_party/sqlite/src/src/select.c         sqlite3VdbeAddOp2(v, OP_Next, unionTab, iStart);
OP_Next          1810 third_party/sqlite/src/src/select.c       sqlite3VdbeAddOp2(v, OP_Next, tab1, iStart);
OP_Next          4160 third_party/sqlite/src/src/select.c         sqlite3VdbeAddOp2(v, OP_Next, sAggInfo.sortingIdx, addrTopOfLoop);
OP_Next           568 third_party/sqlite/src/src/trigger.c       { OP_Next,       0, ADDR(1),  0}, /* 8 */
OP_Next           658 third_party/sqlite/src/src/update.c   sqlite3VdbeAddOp2(v, OP_Next, ephemTab, addr+1);
OP_Next          4276 third_party/sqlite/src/src/vdbe.c case OP_Next: {        /* jump */
OP_Next          4295 third_party/sqlite/src/src/vdbe.c   rc = pOp->opcode==OP_Next ? sqlite3BtreeNext(pCrsr, &res) :
OP_Next          1936 third_party/sqlite/src/src/where.c   sqlite3VdbeAddOp2(v, OP_Next, pLevel->iTabCur, addrTop+1);
OP_Next          3770 third_party/sqlite/src/src/where.c     pLevel->op = bRev ? OP_Prev : OP_Next;
OP_Next          4020 third_party/sqlite/src/src/where.c       pLevel->op = OP_Next;
OP_Next          4172 third_party/sqlite/src/src/where.c     static const u8 aStep[] = { OP_Next, OP_Prev };
OP_Next          4888 third_party/sqlite/src/src/where.c         sqlite3VdbeAddOp2(v, OP_Next, pIn->iCur, pIn->addrInTop);