Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c1697 int ipkBottom = 0; /* OP_Goto at the end of the IPK uniqueness check */ in sqlite3GenerateConstraintChecks() local
2147 ipkBottom = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
2457 assert( ipkBottom>0 ); in sqlite3GenerateConstraintChecks()
2458 sqlite3VdbeJumpHere(v, ipkBottom); in sqlite3GenerateConstraintChecks()