Lines Matching refs:OE_Ignore
1775 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1804 assert( onError==OE_Ignore ); in sqlite3GenerateConstraintChecks()
1860 if( onError==OE_Ignore ){ in sqlite3GenerateConstraintChecks()
1915 overrideError = OE_Ignore; in sqlite3GenerateConstraintChecks()
2027 onError = OE_Ignore; /* DO NOTHING is the same as INSERT OR IGNORE */ in sqlite3GenerateConstraintChecks()
2137 case OE_Ignore: { in sqlite3GenerateConstraintChecks()
2138 testcase( onError==OE_Ignore ); in sqlite3GenerateConstraintChecks()
2250 onError = OE_Ignore; /* DO NOTHING is the same as INSERT OR IGNORE */ in sqlite3GenerateConstraintChecks()
2346 || onError==OE_Ignore || onError==OE_Replace || onError==OE_Update ); in sqlite3GenerateConstraintChecks()
2363 case OE_Ignore: { in sqlite3GenerateConstraintChecks()
2364 testcase( onError==OE_Ignore ); in sqlite3GenerateConstraintChecks()