OP_Rowid         66486 third_party/sqlite/amalgamation/sqlite3.c case OP_Rowid: {                 /* out2-prerelease */
OP_Rowid         72872 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Rowid, iTabCur, regOut);
OP_Rowid         81684 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_Rowid, iCur, regBase+nCol);
OP_Rowid         84731 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Rowid, 0, memId+1);
OP_Rowid         84785 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Rowid, 0, memId+1);
OP_Rowid         86261 third_party/sqlite/amalgamation/sqlite3.c     addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid);
OP_Rowid         86270 third_party/sqlite/amalgamation/sqlite3.c     addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid);
OP_Rowid         88702 third_party/sqlite/amalgamation/sqlite3.c             { OP_Rowid,       1,  4,  0},
OP_Rowid         96018 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_Rowid, iCur, regOldRowid);
OP_Rowid         100958 third_party/sqlite/amalgamation/sqlite3.c         pIn->addrInTop = sqlite3VdbeAddOp2(v, OP_Rowid, iTab, iReg);
OP_Rowid         101434 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, OP_Rowid, iCur, iRowidReg);
OP_Rowid         102626 third_party/sqlite/amalgamation/sqlite3.c         }else if( pOp->opcode==OP_Rowid ){
OP_Rowid          627 third_party/sqlite/src/src/delete.c   sqlite3VdbeAddOp2(v, OP_Rowid, iCur, regBase+nCol);
OP_Rowid         2135 third_party/sqlite/src/src/expr.c     sqlite3VdbeAddOp2(v, OP_Rowid, iTabCur, regOut);
OP_Rowid          248 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp2(v, OP_Rowid, 0, memId+1);
OP_Rowid          302 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp2(v, OP_Rowid, 0, memId+1);
OP_Rowid         1778 third_party/sqlite/src/src/insert.c     addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid);
OP_Rowid         1787 third_party/sqlite/src/src/insert.c     addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid);
OP_Rowid         1166 third_party/sqlite/src/src/pragma.c             { OP_Rowid,       1,  4,  0},
OP_Rowid          319 third_party/sqlite/src/src/update.c   sqlite3VdbeAddOp2(v, OP_Rowid, iCur, regOldRowid);
OP_Rowid         4106 third_party/sqlite/src/src/vdbe.c case OP_Rowid: {                 /* out2-prerelease */
OP_Rowid         3304 third_party/sqlite/src/src/where.c         pIn->addrInTop = sqlite3VdbeAddOp2(v, OP_Rowid, iTab, iReg);
OP_Rowid         3780 third_party/sqlite/src/src/where.c       sqlite3VdbeAddOp2(v, OP_Rowid, iCur, iRowidReg);
OP_Rowid         4972 third_party/sqlite/src/src/where.c         }else if( pOp->opcode==OP_Rowid ){