OP_RowKey 66881 sqlite3/libsqlite/sqlite3.c case OP_RowKey: OP_RowKey 66896 sqlite3/libsqlite/sqlite3.c assert( u.bh.pC->isTable || pOp->opcode==OP_RowKey ); OP_RowKey 86840 sqlite3/libsqlite/sqlite3.c sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData); OP_RowKey 92274 sqlite3/libsqlite/sqlite3.c iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);