Lines Matching refs:OP_ResultRow
17133 #define OP_ResultRow 84 /* synopsis: output=r[P1@P2] */ macro
86301 sqlite3VdbeAddOp2(p, OP_ResultRow, iDest, i);
86990 assert( p->aOp[i].opcode!=OP_ResultRow );
96055 case OP_ResultRow: {
103853 {OP_ResultRow, 1, 0, 0}, /* 4 */
123190 sqlite3VdbeAddOp2(v, OP_ResultRow, reg, i);
129399 sqlite3VdbeAddOp2(v, OP_ResultRow, regCounter, 1);
140887 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
140899 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
141055 sqlite3VdbeAddOp2(v, OP_ResultRow, 3, 1);
141216 { OP_ResultRow, 1, 1, 0},
141331 sqlite3VdbeAddOp2(v, OP_ResultRow, iReg, 1);
141422 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
141514 sqlite3VdbeAddOp1(v, OP_ResultRow, 1);
142014 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 5);
142060 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, pParse->nMem);
142294 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, 4);
142841 { OP_ResultRow, 3, 1, 0}, /* 3 */
142992 { OP_ResultRow, 1, 1, 0}
143020 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
143047 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
143254 sqlite3VdbeAddOp2(v, OP_ResultRow, r1, 1);
146306 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nResultCol);
146717 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iSdst, nColumn);
148247 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iSdst, pIn->nSdst);