Home
last modified time | relevance | path

Searched refs:OP_ResultRow (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17133 #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);
[all …]