Home
last modified time | relevance | path

Searched refs:OE_Ignore (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Dinsert.c682 case OE_Ignore: { in sqliteGenerateConstraintChecks()
743 case OE_Ignore: { in sqliteGenerateConstraintChecks()
792 if( onError==OE_Ignore ) onError = OE_Replace; in sqliteGenerateConstraintChecks()
831 case OE_Ignore: { in sqliteGenerateConstraintChecks()
H A DsqliteInt.h586 #define OE_Ignore 4 /* Ignore the error. Do not do the INSERT or UPDATE */ macro
H A Dparse.y265 resolvetype(A) ::= IGNORE. { A = OE_Ignore; }
862 A->iColumn = OE_Ignore;
H A Dexpr.c1256 assert( pExpr->iColumn == OE_Ignore ); in sqliteExprCode()