Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_RowData

9354 #define OP_RowData       100 /* synopsis: r[P2]=data                       */
72362 case OP_RowData: {
72375 assert( pC->isTable || pOp->opcode!=OP_RowData );
72376 assert( pC->isTable==0 || pOp->opcode==OP_RowData );
72384 /* The OP_RowKey and OP_RowData opcodes always follow OP_NotExists or
96780 sqlite3VdbeAddOp2(v, OP_RowData, iSrc, regData);
103450 sqlite3VdbeAddOp2(v, OP_RowData, iQueue, regCurrent);