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