Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDsqlite3.c9921 #define OP_NotExists 73 /* synopsis: intkey=r[P3] */ macro
76070 case OP_NotExists: { /* jump, in3 */
78906 {OP_NotExists, 0, 10, 1}, /* 5: Seek the cursor */
86318 sqlite3VdbeAddOp3(v, OP_NotExists, pExpr->iTable, destIfFalse, r1);
90378 u8 seekOp = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
97326 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
97329 VdbeCoverageIf(v, opSeek==OP_NotExists);
97373 VdbeCoverageIf(v, opSeek==OP_NotExists);
99728 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, 0, regTemp); VdbeCoverage(v);
102049 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, addrRowidOk, regNewData);
[all …]
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c8413 #define OP_NotExists 54 macro
67282 case OP_NotExists: { /* jump, in3 */
69952 {OP_NotExists, 0, 10, 1}, /* 6: Seek the cursor */
74861 sqlite3VdbeAddOp3(v, OP_NotExists, pExpr->iTable, destIfFalse, r1);
83899 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
83934 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
86029 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, 0, regTemp);
88126 j3 = sqlite3VdbeAddOp3(v, OP_NotExists, baseCur, 0, regRowid);
88672 addr2 = sqlite3VdbeAddOp3(v, OP_NotExists, iDest, 0, regRowid);
98639 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, addr, regOldRowid);
[all …]