Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Halt

8592 #define OP_Halt                                 6
59890 ** * OP_Halt with P1=SQLITE_CONSTRAINT and P2=OE_Abort.
59917 || ((opcode==OP_Halt || opcode==OP_HaltIfNull)
64971 ** close the program with a final OP_Halt and to set up the callbacks
65684 /* Fall through into OP_Halt */
65706 case OP_Halt: {
65717 ** currently being halted. If the p2 instruction of this OP_Halt
66759 ** OP_Halt, or OP_ResultRow. Typically the OP_Permutation should occur
71351 {OP_Halt, 0, 0, 0}, /* 11 */
77291 v, OP_Halt, SQLITE_OK, OE_Ignore, 0, pExpr->u.zToken,0);
81374 sqlite3VdbeAddOp0(v, OP_Halt);
81453 ** this way, the final OP_Halt is not appended and other initialization
84870 ** Code an OP_Halt that causes the vdbe to return an SQLITE_CONSTRAINT
84879 sqlite3VdbeAddOp4(v, OP_Halt, SQLITE_CONSTRAINT, onError, 0, p4, p4type);
89610 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_INTERNAL, OE_Abort);
90832 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_OK, 0);
92776 { OP_Halt, SQLITE_OK, OE_Abort, 0}, /* 3 */
93244 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
93291 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
93311 { OP_Halt, 0, 0, 0},
93338 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
100229 ** OP_Halt inserted at the end of the program. */
100244 /* Insert an OP_Halt at the end of the sub-program. */
100248 sqlite3VdbeAddOp0(v, OP_Halt);