Lines Matching refs:OP_ResultRow

9819 #define OP_ResultRow      35 /* synopsis: output=r[P1@P2]                  */  macro
72114 case OP_ResultRow: {
77566 {OP_ResultRow, 1, 0, 0}, /* 7 */
96131 sqlite3VdbeAddOp2(v, OP_ResultRow, memCnt, 1);
100650 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);
103765 sqlite3VdbeAddOp2(v, OP_ResultRow, nMem, 1);
103934 sqlite3VdbeAddOp2(v, OP_ResultRow, nMem, 1);
104001 { OP_ResultRow, 1, 1, 0},
104107 sqlite3VdbeAddOp2(v, OP_ResultRow, iReg, 1);
104158 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
104201 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
104291 sqlite3VdbeAddOp1(v, OP_ResultRow, 1);
104404 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
104454 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
104500 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
104639 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 6);
104664 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 4);
104671 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 4);
104718 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, pParse->nMem);
104746 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 5);
104766 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
104782 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 2);
104824 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 8);
104942 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, 4);
104997 { OP_ResultRow, 3, 1, 0},
105079 sqlite3VdbeAddOp2(v, OP_ResultRow, 2, 1);
105121 sqlite3VdbeAddOp2(v, OP_ResultRow, 3, 1);
105148 sqlite3VdbeAddOp2(v, OP_ResultRow, 3, 1);
105196 sqlite3VdbeAddOp2(v, OP_ResultRow, 7, 1);
105257 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
105335 { OP_ResultRow, 1, 1, 0}
105363 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
105394 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
105514 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 2);
107366 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nResultCol);
107726 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iSdst, nColumn);
109129 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iSdst, pIn->nSdst);
114055 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);