Searched refs:iRowSet (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 133008 int iRowSet = 0; /* Register for rowset of rows to delete */ local 133192 iRowSet = ++pParse->nMem; 133193 sqlite3VdbeAddOp2(v, OP_Null, 0, iRowSet); 133271 sqlite3VdbeAddOp2(v, OP_RowSetAdd, iRowSet, iKey); 133315 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
|