Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Halt

9214 /* Error message codes for OP_Halt */
9278 #define OP_Halt 24
62619 ** * OP_Halt with P1=SQLITE_CONSTRAINT and P2=OE_Abort.
62646 || ((opcode==OP_Halt || opcode==OP_HaltIfNull)
68865 /* Fall through into OP_Halt */
68898 case OP_Halt: {
68912 ** currently being halted. If the p2 instruction of this OP_Halt
74699 {OP_Halt, 0, 0, 0}, /* 10 */
81339 v, OP_Halt, SQLITE_OK, OE_Ignore, 0, pExpr->u.zToken,0);
86268 sqlite3VdbeAddOp0(v, OP_Halt);
86351 ** this way, the final OP_Halt is not appended and other initialization
90054 ** Code an OP_Halt that causes the vdbe to return an SQLITE_CONSTRAINT
90071 sqlite3VdbeAddOp4(v, OP_Halt, errCode, onError, 0, p4, p4type);
90076 ** Code an OP_Halt due to UNIQUE or PRIMARY KEY constraint violation.
90106 ** Code an OP_Halt due to non-unique rowid.
96815 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_OK, 0);
99316 { OP_Halt, SQLITE_OK, OE_Abort, 0}, /* 3 */
100065 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
100119 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
100146 sqlite3VdbeAddOp0(v, OP_Halt);
100173 sqlite3VdbeAddOp0(v, OP_Halt);
100212 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
107956 ** OP_Halt inserted at the end of the program. */
107971 /* Insert an OP_Halt at the end of the sub-program. */
107975 sqlite3VdbeAddOp0(v, OP_Halt);