Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17770 #define OP_ResultRow 86 /* synopsis: output=r[P1@P2] */ macro
88280 sqlite3VdbeAddOp2(p, OP_ResultRow, iDest, i);
88969 assert( p->aOp[i].opcode!=OP_ResultRow );
98352 case OP_ResultRow: {
106267 {OP_ResultRow, 1, 0, 0}, /* 4 */
126720 sqlite3VdbeAddOp2(v, OP_ResultRow, reg, i);
132950 sqlite3VdbeAddOp2(v, OP_ResultRow, regCounter, 1);
145008 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
145020 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
145176 sqlite3VdbeAddOp2(v, OP_ResultRow, 3, 1);
[all …]