Searched refs:b2ndPass (Results 1 – 1 of 1) sorted by relevance
1733 int b2ndPass = 0; /* True if currently running 2nd pass */ in sqlite3GenerateConstraintChecks() local1747 if( isGenerated && !b2ndPass ){ in sqlite3GenerateConstraintChecks()1761 if( b2ndPass /* REPLACE becomes ABORT on the 2nd pass */ in sqlite3GenerateConstraintChecks()1771 }else if( b2ndPass && !isGenerated ){ in sqlite3GenerateConstraintChecks()1817 if( b2ndPass ) break; /* Never need more than 2 passes */ in sqlite3GenerateConstraintChecks()1818 b2ndPass = 1; in sqlite3GenerateConstraintChecks()