Searched refs:OE_Abort (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c611 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_INTERNAL, OE_Abort);
1178 onError = OE_Abort;
1181 onError = OE_Abort;
1183 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
1186 case OE_Abort:
1219 onError = overrideError!=OE_Default ? overrideError : OE_Abort;
1223 if( onError==OE_Replace ) onError = OE_Abort; /* IMP: R-15569-63625 */
1239 onError = OE_Abort;
1248 onError = OE_Abort;
1252 case OE_Abort
[all...]
H A Dfkey.c416 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC
654 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC
1052 pRaise->affinity = OE_Abort;
1140 sqlite3CodeRowTriggerDirect(pParse, pAction, pTab, regOld, OE_Abort, 0);
H A Dvdbeaux.c347 ** * OP_Halt with P1=SQLITE_CONSTRAINT and P2=OE_Abort.
348 ** * OP_HaltIfNull with P1=SQLITE_CONSTRAINT and P2=OE_Abort.
375 && (pOp->p1==SQLITE_CONSTRAINT && pOp->p2==OE_Abort))
1512 p->errorAction = OE_Abort;
2041 p->errorAction = OE_Abort;
2180 }else if( p->errorAction==OE_Abort ){
H A Dtrigger.c388 u8 orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
420 u8 orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
695 int orconf /* Conflict algorithm. (OE_Abort, etc) */
771 case OE_Abort: return "abort";
H A Dexpr.c2828 || pExpr->affinity==OE_Abort
2837 if( pExpr->affinity==OE_Abort ){
H A Dparse.y1097 uniqueflag(A) ::= UNIQUE. {A = OE_Abort;}
1297 raisetype(A) ::= ABORT. {A = OE_Abort;}
H A Dpragma.c635 { OP_Halt, SQLITE_OK, OE_Abort, 0}, /* 3 */
H A DsqliteInt.h1386 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
1391 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
1477 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
H A Dbuild.c2369 pParse, OE_Abort, "indexed columns are not unique", P4_STATIC);
2402 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
3590 if( onError==OE_Abort ){
H A Dvdbe.c818 ** if P2==OE_Fail. Do the rollback if P2==OE_Rollback. If P2==OE_Abort,
4524 p->errorAction = OE_Abort;
/external/sqlite/dist/orig/
H A Dsqlite3.c10290 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
10295 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
10383 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10290 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
10295 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
10383 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9746 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
9751 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
9837 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
[all...]

Completed in 474 milliseconds