Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A 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);