Searched refs:ipkBottom (Results 1 – 1 of 1) sorted by relevance
1697 int ipkBottom = 0; /* OP_Goto at the end of the IPK uniqueness check */ in sqlite3GenerateConstraintChecks() local2147 ipkBottom = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()2457 assert( ipkBottom>0 ); in sqlite3GenerateConstraintChecks()2458 sqlite3VdbeJumpHere(v, ipkBottom); in sqlite3GenerateConstraintChecks()