Searched refs:OE_Fail (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c674 case OE_Fail: {
729 case OE_Fail: {
793 else if( onError==OE_Fail ) onError = OE_Abort;
805 case OE_Fail: {
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;

Completed in 69 milliseconds