Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_RowKey

7916 #define OP_RowKey                              59
64472 case OP_RowKey:
64487 assert( u.bh.pC->isTable || pOp->opcode==OP_RowKey );
64496 /* The OP_RowKey and OP_RowData opcodes always follow OP_NotExists or
84232 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData);
89640 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);