Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfkey.c362 int iMustBeInt; /* Address of MustBeInt instruction */ in fkLookupParent() local
372 iMustBeInt = sqlite3VdbeAddOp2(v, OP_MustBeInt, regTemp, 0); in fkLookupParent()
388 sqlite3VdbeJumpHere(v, iMustBeInt); in fkLookupParent()