Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17749 #define OP_ResultRow 86 /* synopsis: output=r[P1@P2] */ macro
88128 sqlite3VdbeAddOp2(p, OP_ResultRow, iDest, i);
88817 assert( p->aOp[i].opcode!=OP_ResultRow );
98194 case OP_ResultRow: {
106109 {OP_ResultRow, 1, 0, 0}, /* 4 */
126512 sqlite3VdbeAddOp2(v, OP_ResultRow, reg, i);
132742 sqlite3VdbeAddOp2(v, OP_ResultRow, regCounter, 1);
144787 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
144799 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
144955 sqlite3VdbeAddOp2(v, OP_ResultRow, 3, 1);
[all …]