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

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c1811 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData);
H A Dvdbe.c4036 case OP_RowKey:
4049 assert( pC->isTable || pOp->opcode==OP_RowKey );
4058 /* The OP_RowKey and OP_RowData opcodes always follow OP_NotExists or
H A Dselect.c1804 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8121 #define OP_RowKey 59 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9353 #define OP_RowKey 99 /* synopsis: r[P2]=key */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9353 #define OP_RowKey 99 /* synopsis: r[P2]=key */ macro
[all...]

Completed in 733 milliseconds