Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c671 case OE_Fail: { in sqliteGenerateConstraintChecks()
726 case OE_Fail: { in sqliteGenerateConstraintChecks()
790 else if( onError==OE_Fail ) onError = OE_Abort; in sqliteGenerateConstraintChecks()
802 case OE_Fail: { in sqliteGenerateConstraintChecks()
H A DsqliteInt.h582 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
H A Dparse.y262 resolvetype(A) ::= FAIL. { A = OE_Fail; }
875 A->iColumn = OE_Fail;
H A Dexpr.c1251 pExpr->iColumn == OE_Fail ){ in sqliteExprCode()