Lines Matching refs:OE_Replace
1760 if( onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
1775 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1779 case OE_Replace: { in sqlite3GenerateConstraintChecks()
1865 if( onError==OE_Replace ) onError = OE_Abort; /* IMP: R-26383-51744 */ in sqlite3GenerateConstraintChecks()
2045 if( onError==OE_Replace /* IPK rule is REPLACE */ in sqlite3GenerateConstraintChecks()
2084 case OE_Replace: { in sqlite3GenerateConstraintChecks()
2110 regNewData, 1, 0, OE_Replace, 1, -1); in sqlite3GenerateConstraintChecks()
2270 && onError==OE_Replace /* Condition 1 */ in sqlite3GenerateConstraintChecks()
2289 if( isUpdate || onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
2346 || onError==OE_Ignore || onError==OE_Replace || onError==OE_Update ); in sqlite3GenerateConstraintChecks()
2371 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
2384 regR, nPkField, 0, OE_Replace, in sqlite3GenerateConstraintChecks()
2578 assert( pIdx->onError!=OE_Replace in sqlite3CompleteInsertion()
2580 || pIdx->pNext->onError==OE_Replace ); in sqlite3CompleteInsertion()