Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17712 #define OP_NotFound 28 /* jump, synopsis: key=r[P3@P4] */ macro
101969 case OP_NotFound: /* jump, in3, ncycle */
117044 sqlite3VdbeAddOp4Int(v, OP_NotFound, iTab, destIfFalse,
124915 u8 seekOp = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
133511 sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, addrBypass, iKey, nKey);
133669 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
133673 VdbeCoverageIf(v, opSeek==OP_NotFound);
133721 VdbeCoverageIf(v, opSeek==OP_NotFound);
160589 sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, labelBreak, regKey,nKey);
160609 v, OP_NotFound, iDataCur, labelContinue, iPk, nPk
[all …]