Home
last modified time | relevance | path

Searched refs:OE_Abort (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Dinsert.c664 onError = OE_Abort; in sqliteGenerateConstraintChecks()
667 onError = OE_Abort; in sqliteGenerateConstraintChecks()
673 case OE_Abort: in sqliteGenerateConstraintChecks()
712 onError = OE_Abort; in sqliteGenerateConstraintChecks()
724 onError = OE_Abort; in sqliteGenerateConstraintChecks()
728 case OE_Abort: in sqliteGenerateConstraintChecks()
789 onError = OE_Abort; in sqliteGenerateConstraintChecks()
793 else if( onError==OE_Fail ) onError = OE_Abort; in sqliteGenerateConstraintChecks()
804 case OE_Abort: in sqliteGenerateConstraintChecks()
H A Dparse.y263 resolvetype(A) ::= ABORT. { A = OE_Abort; }
738 if( U==OE_Default) U = OE_Abort;
743 uniqueflag(A) ::= UNIQUE. { A = OE_Abort; }
872 A->iColumn = OE_Abort;
H A Dvdbeaux.c642 p->errorAction = OE_Abort; in sqliteVdbeMakeReady()
858 case OE_Abort: { in sqliteVdbeReset()
H A DsqliteInt.h584 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
H A Dexpr.c1250 pExpr->iColumn == OE_Abort || in sqliteExprCode()