Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c12648 #define OP_RowKey 120 /* synopsis: r[P2]=key */ macro
81755 case OP_RowKey:
102816 sqlite3VdbeAddOp2(v, OP_RowKey, iEphCur, iKey);
108616 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData);
115994 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);
120964 addrTop = sqlite3VdbeAddOp2(v, OP_RowKey, iEph, regKey);

Completed in 428 milliseconds