Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_ResultRow

7847 #define OP_ResultRow                           16
61493 case OP_ResultRow: {
62227 ** OP_Halt, or OP_ResultRow. Typically the OP_Permutation should occur
66618 ** After seeking the cursor, the vdbe executes an OP_ResultRow.
66639 {OP_ResultRow, 1, 0, 0}, /* 8 */
79427 sqlite3VdbeAddOp2(v, OP_ResultRow, memCnt, 1);
83456 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);
85624 sqlite3VdbeAddOp2(v, OP_ResultRow, mem, 1);
85842 { OP_ResultRow, 1, 1, 0},
85942 sqlite3VdbeAddOp2(v, OP_ResultRow, iReg, 1);
85991 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
86039 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
86139 sqlite3VdbeAddOp1(v, OP_ResultRow, 1);
86209 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
86267 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
86365 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 6);
86389 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
86413 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
86436 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 3);
86451 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 2);
86492 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 8);
86545 { OP_ResultRow, 3, 1, 0},
86610 sqlite3VdbeAddOp2(v, OP_ResultRow, 2, 1);
86640 { OP_ResultRow, 3, 1, 0},
86666 { OP_ResultRow, 2, 1, 0},
86738 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
86824 { OP_ResultRow, 1, 1, 0}
86851 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
86913 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 2);
88544 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nColumn);
88773 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iMem, nColumn);
89848 ** Then the OP_ResultRow opcode is used to cause sqlite3_step() to
89853 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iMem, pIn->nMem);
91464 ** SRT_Output Generate a row of output (using the OP_ResultRow
94115 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);