Searched refs:OP_RowKey (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 9191 #define OP_RowKey 84 /* synopsis: r[P2]=key */ macro 70721 case OP_RowKey: 89384 sqlite3VdbeAddOp2(v, OP_RowKey, iEphCur, iKey); 94892 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData); 101749 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1); 106613 addrTop = sqlite3VdbeAddOp2(v, OP_RowKey, iEph, regKey);
|