OP_RowSetRead    67225 third_party/sqlite/amalgamation/sqlite3.c case OP_RowSetRead: {       /* jump, in1, out3 */
OP_RowSetRead    81453 third_party/sqlite/amalgamation/sqlite3.c     addr = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, end, iRowid);
OP_RowSetRead    96070 third_party/sqlite/amalgamation/sqlite3.c     addr = sqlite3VdbeAddOp3(v, OP_RowSetRead, regRowSet, 0, regOldRowid);
OP_RowSetRead     396 third_party/sqlite/src/src/delete.c     addr = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, end, iRowid);
OP_RowSetRead     371 third_party/sqlite/src/src/update.c     addr = sqlite3VdbeAddOp3(v, OP_RowSetRead, regRowSet, 0, regOldRowid);
OP_RowSetRead    4817 third_party/sqlite/src/src/vdbe.c case OP_RowSetRead: {       /* jump, in1, out3 */