Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c8422 #define OP_RowKey 63 macro
67719 pOp->opcode = OP_RowKey;
67745 case OP_RowKey:
88704 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData);
94174 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c12648 #define OP_RowKey 120 /* synopsis: r[P2]=key */ macro
81746 case OP_RowKey:
102807 sqlite3VdbeAddOp2(v, OP_RowKey, iEphCur, iKey);
108607 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData);
115985 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);
120955 addrTop = sqlite3VdbeAddOp2(v, OP_RowKey, iEph, regKey);