Lines Matching refs:OP_ResultRow

8349 #define OP_ResultRow                           16
64619 case OP_ResultRow: {
65383 ** OP_Halt, or OP_ResultRow. Typically the OP_Permutation should occur
69933 ** After seeking the cursor, the vdbe executes an OP_ResultRow.
69954 {OP_ResultRow, 1, 0, 0}, /* 8 */
83839 sqlite3VdbeAddOp2(v, OP_ResultRow, memCnt, 1);
87916 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);
90116 sqlite3VdbeAddOp2(v, OP_ResultRow, mem, 1);
90334 { OP_ResultRow, 1, 1, 0},
90434 sqlite3VdbeAddOp2(v, OP_ResultRow, iReg, 1);
90483 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
90531 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
90631 sqlite3VdbeAddOp1(v, OP_ResultRow, 1);
90701 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
90759 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
90857 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 6);
90881 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
90905 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
90928 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
90943 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 2);
90984 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 8);
91037 { OP_ResultRow, 3, 1, 0},
91103 sqlite3VdbeAddOp2(v, OP_ResultRow, 2, 1);
91133 { OP_ResultRow, 3, 1, 0},
91159 { OP_ResultRow, 2, 1, 0},
91231 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
91317 { OP_ResultRow, 1, 1, 0}
91344 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
91373 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
91422 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 2);
93059 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nColumn);
93303 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iMem, nColumn);
94382 ** Then the OP_ResultRow opcode is used to cause sqlite3_step() to
94387 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iMem, pIn->nMem);
96030 ** SRT_Output Generate a row of output (using the OP_ResultRow
98811 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);