Searched refs:seenReplace (Results 1 – 4 of 4) sorted by relevance
1158 int seenReplace = 0; /* True if REPLACE is used to resolve INT PK conflict */ in sqlite3GenerateConstraintChecks() local1294 seenReplace = 1; in sqlite3GenerateConstraintChecks()1298 assert( seenReplace==0 ); in sqlite3GenerateConstraintChecks()1345 if( seenReplace ){ in sqlite3GenerateConstraintChecks()1387 assert( seenReplace==0 ); in sqlite3GenerateConstraintChecks()1401 seenReplace = 1; in sqlite3GenerateConstraintChecks()1410 *pbMayReplace = seenReplace; in sqlite3GenerateConstraintChecks()
85641 int seenReplace = 0; /* True if REPLACE is used to resolve INT PK conflict */85777 seenReplace = 1;85781 assert( seenReplace==0 );85828 if( seenReplace ){85870 assert( seenReplace==0 );85884 seenReplace = 1;85893 *pbMayReplace = seenReplace;
95979 int seenReplace = 0; /* True if REPLACE is used to resolve INT PK conflict */96171 seenReplace = 1;96341 seenReplace = 1;96354 *pbMayReplace = seenReplace;96355 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace));
95959 int seenReplace = 0; /* True if REPLACE is used to resolve INT PK conflict */96151 seenReplace = 1;96321 seenReplace = 1;96334 *pbMayReplace = seenReplace;96335 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace));