Lines Matching full:halt
1963 ** or Ctrl-C where the user wants a long query operation to halt
19801 /* 6 */ "Halt",
29555 ** "halt" opcode and causes the test to end.
29557 ** 0 Halt and return the number of errors
49424 ** This routine is called the when a VDBE tries to halt. If the VDBE
49638 ** error, then it might not have been halted properly. So halt
53220 ** Check the value in register P3. If is is NULL then Halt using
53221 ** parameter P1, P2, and P4 as if this were a Halt instruction. If the
53230 /* Opcode: Halt P1 P2 * P4 *
53236 ** or sqlite3_finalize(). For a normal halt, this should be SQLITE_OK (0).
53245 ** There is an implied "Halt 0 0 0" instruction inserted at the very end of
53247 ** is the same as executing Halt.
53251 /* Halt the sub-program. Return control to the parent frame. */
55110 ** This instruction causes the VM to halt.
73451 ** violations, halt the VDBE and return an error at this point, before
74414 ** halt-error
74580 ** halt-error
78027 addr = sqlite3VdbeAddOp1(v, OP_IfPos, 1); /* Halt if out of errors */
81232 ** EofA: outB, nextB outB, nextB halt halt
81234 ** EofB: outA, nextA outA, nextA outA, nextA halt