Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c17077 #define OP_NotFound 28 /* jump, synopsis: key=r[P3@P4] */ macro
99646 case OP_NotFound: /* jump, in3, ncycle */
114436 sqlite3VdbeAddOp4Int(v, OP_NotFound, iTab, destIfFalse,
121394 u8 seekOp = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
129960 sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, addrBypass, iKey, nKey);
130118 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
130122 VdbeCoverageIf(v, opSeek==OP_NotFound);
130170 VdbeCoverageIf(v, opSeek==OP_NotFound);
148023 sqlite3VdbeAddOp4Int(v, OP_NotFound, tab2, iCont, r1, 0);
156273 sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, labelBreak, regKey,nKey);
[all …]