Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_RowData

9354 #define OP_RowData       100 /* synopsis: r[P2]=data                       */
72342 case OP_RowData: {
72355 assert( pC->isTable || pOp->opcode!=OP_RowData );
72356 assert( pC->isTable==0 || pOp->opcode==OP_RowData );
72364 /* The OP_RowKey and OP_RowData opcodes always follow OP_NotExists or
96760 sqlite3VdbeAddOp2(v, OP_RowData, iSrc, regData);
103430 sqlite3VdbeAddOp2(v, OP_RowData, iQueue, regCurrent);