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

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c1183 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
1189 case OE_Fail: {
1253 case OE_Fail: {
1347 else if( onError==OE_Fail ) onError = OE_Abort;
1359 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
1364 case OE_Fail: {
H A Dtrigger.c773 case OE_Fail: return "fail";
H A Dvdbeaux.c2148 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
2178 if( p->rc==SQLITE_OK || p->errorAction==OE_Fail ){
H A DsqliteInt.h1387 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
H A Dexpr.c2829 || pExpr->affinity==OE_Fail
H A Dparse.y1298 raisetype(A) ::= FAIL. {A = OE_Fail;}
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9732 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11072 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11072 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
[all...]

Completed in 540 milliseconds