Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c661 onError = OE_Abort; in sqliteGenerateConstraintChecks()
664 onError = OE_Abort; in sqliteGenerateConstraintChecks()
670 case OE_Abort: in sqliteGenerateConstraintChecks()
709 onError = OE_Abort; in sqliteGenerateConstraintChecks()
721 onError = OE_Abort; in sqliteGenerateConstraintChecks()
725 case OE_Abort: in sqliteGenerateConstraintChecks()
786 onError = OE_Abort; in sqliteGenerateConstraintChecks()
790 else if( onError==OE_Fail ) onError = OE_Abort; in sqliteGenerateConstraintChecks()
801 case OE_Abort: in sqliteGenerateConstraintChecks()
H A Dparse.y261 resolvetype(A) ::= ABORT. { A = OE_Abort; }
736 if( U==OE_Default) U = OE_Abort;
741 uniqueflag(A) ::= UNIQUE. { A = OE_Abort; }
870 A->iColumn = OE_Abort;
H A Dvdbeaux.c639 p->errorAction = OE_Abort; in sqliteVdbeMakeReady()
855 case OE_Abort: { in sqliteVdbeReset()
H A DsqliteInt.h581 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
H A Dexpr.c1250 pExpr->iColumn == OE_Abort || in sqliteExprCode()