Lines Matching defs:OP_Halt
8592 #define OP_Halt 6
59862 ** * OP_Halt with P1=SQLITE_CONSTRAINT and P2=OE_Abort.
59889 || ((opcode==OP_Halt || opcode==OP_HaltIfNull)
64943 ** close the program with a final OP_Halt and to set up the callbacks
65656 /* Fall through into OP_Halt */
65678 case OP_Halt: {
65689 ** currently being halted. If the p2 instruction of this OP_Halt
66731 ** OP_Halt, or OP_ResultRow. Typically the OP_Permutation should occur
71323 {OP_Halt, 0, 0, 0}, /* 11 */
77255 v, OP_Halt, SQLITE_OK, OE_Ignore, 0, pExpr->u.zToken,0);
81338 sqlite3VdbeAddOp0(v, OP_Halt);
81417 ** this way, the final OP_Halt is not appended and other initialization
84834 ** Code an OP_Halt that causes the vdbe to return an SQLITE_CONSTRAINT
84843 sqlite3VdbeAddOp4(v, OP_Halt, SQLITE_CONSTRAINT, onError, 0, p4, p4type);
89574 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_INTERNAL, OE_Abort);
90796 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_OK, 0);
92740 { OP_Halt, SQLITE_OK, OE_Abort, 0}, /* 3 */
93208 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
93255 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
93275 { OP_Halt, 0, 0, 0},
93302 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
100193 ** OP_Halt inserted at the end of the program. */
100208 /* Insert an OP_Halt at the end of the sub-program. */
100212 sqlite3VdbeAddOp0(v, OP_Halt);