Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Jump

9296 #define OP_Jump           42
70054 ** the comparison for use by the next OP_Jump instruct.
70122 case OP_Jump: { /* jump */
101952 int addrJmp; /* Address of the OP_Jump opcode */
101966 memset(pKI->aSortOrder, 0, pKI->nField); /* Makes OP_Jump below testable */
101970 sqlite3VdbeAddOp3(v, OP_Jump, addrJmp+1, 0, addrJmp+1); VdbeCoverage(v);
103923 sqlite3VdbeAddOp3(v, OP_Jump, j2+2, iContinue, j2+2); VdbeCoverage(v);
104402 sqlite3VdbeAddOp3(v, OP_Jump, addrAltB, addrAeqB, addrAgtB); VdbeCoverage(v);
106531 sqlite3VdbeAddOp3(v, OP_Jump, j1+1, 0, j1+1); VdbeCoverage(v);