Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dinsert.c674 case OE_Fail: { in sqliteGenerateConstraintChecks()
729 case OE_Fail: { in sqliteGenerateConstraintChecks()
793 else if( onError==OE_Fail ) onError = OE_Abort; in sqliteGenerateConstraintChecks()
805 case OE_Fail: { in sqliteGenerateConstraintChecks()
H A DsqliteInt.h585 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
H A Dparse.y264 resolvetype(A) ::= FAIL. { A = OE_Fail; }
877 A->iColumn = OE_Fail;
H A Dexpr.c1251 pExpr->iColumn == OE_Fail ){ in sqliteExprCode()