/external/chromium_org/third_party/sqlite/src/src/ |
insert.c | 611 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_INTERNAL, OE_Abort); [all...] |
fkey.c | 416 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC 654 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC [all...] |
vdbeaux.c | 347 ** * 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)) [all...] |
trigger.c | 388 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"; [all...] |
expr.c | [all...] |
parse.y | [all...] |
pragma.c | 635 { OP_Halt, SQLITE_OK, OE_Abort, 0}, /* 3 */ [all...] |
sqliteInt.h | [all...] |
build.c | [all...] |
vdbe.c | 818 ** if P2==OE_Fail. Do the rollback if P2==OE_Rollback. If P2==OE_Abort, [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |