Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9885 #define OP_RowKey 101 /* synopsis: r[P2]=key */ macro
75209 case OP_RowKey:
96074 sqlite3VdbeAddOp2(v, OP_RowKey, iEphCur, iKey);
101642 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData);
108921 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);
113844 addrTop = sqlite3VdbeAddOp2(v, OP_RowKey, iEph, regKey);

Completed in 398 milliseconds