Home | History | Annotate | Download | only in dist

Lines Matching full:halt

1963 ** or Ctrl-C where the user wants a long query operation to halt
19796 /* 6 */ "Halt",
29550 ** "halt" opcode and causes the test to end.
29552 ** 0 Halt and return the number of errors
49413 ** This routine is called the when a VDBE tries to halt. If the VDBE
49627 ** error, then it might not have been halted properly. So halt
53209 ** Check the value in register P3. If is is NULL then Halt using
53210 ** parameter P1, P2, and P4 as if this were a Halt instruction. If the
53219 /* Opcode: Halt P1 P2 * P4 *
53225 ** or sqlite3_finalize(). For a normal halt, this should be SQLITE_OK (0).
53234 ** There is an implied "Halt 0 0 0" instruction inserted at the very end of
53236 ** is the same as executing Halt.
53240 /* Halt the sub-program. Return control to the parent frame. */
55099 ** This instruction causes the VM to halt.
73440 ** violations, halt the VDBE and return an error at this point, before
74403 ** halt-error
74569 ** halt
78016 addr = sqlite3VdbeAddOp1(v, OP_IfPos, 1); /* Halt if out of errors */
81221 ** EofA: outB, nextB outB, nextB halt halt
81223 ** EofB: outA, nextA outA, nextA outA, nextA halt