Searched refs:OP_NotExists (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dupdate.c377 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, addr, regOldRowid);
460 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, addr, regOldRowid);
488 j1 = sqlite3VdbeAddOp3(v, OP_NotExists, iCur, 0, regOldRowid);
H A Ddelete.c498 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
533 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
H A Dvdbeblob.c145 {OP_NotExists, 0, 10, 1}, /* 6: Seek the cursor */
H A Dinsert.c1245 j3 = sqlite3VdbeAddOp3(v, OP_NotExists, baseCur, 0, regRowid);
1779 addr2 = sqlite3VdbeAddOp3(v, OP_NotExists, iDest, 0, regRowid);
H A Dfkey.c369 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, 0, regTemp);
H A Dexpr.c1843 sqlite3VdbeAddOp3(v, OP_NotExists, pExpr->iTable, destIfFalse, r1);
H A Dvdbe.c3624 case OP_NotExists: { /* jump, in3 */
3841 ** the last seek operation (OP_NotExists) was a success, then this
3844 ** currently pointing to. Presumably, the prior OP_NotExists opcode
3978 /* The OP_Delete opcode always follows an OP_NotExists or OP_Last or
4058 /* The OP_RowKey and OP_RowData opcodes always follow OP_NotExists or
H A Dwhere.c3704 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, addrNxt, iRowidReg);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8114 #define OP_NotExists 52 macro
12279 /* Result of last sqlite3BtreeMoveto() done by an OP_NotExists or
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9322 #define OP_NotExists 68 /* synopsis: intkey=r[P3] */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9322 #define OP_NotExists 68 /* synopsis: intkey=r[P3] */ macro
[all...]

Completed in 546 milliseconds