Lines Matching refs:Jump

27186     /*  43 */ "Jump"             OpHelp(""),
31861 /* Jump here on any error */
39005 /* Jump here on any error */
72368 /* Jump here if database corruption is detected after m has been
75286 ** Jump to the next instruction after the address in register P1. After
75323 ** Jump to the P2 parameter of that Yield.
76632 /* Opcode: Jump P1 P2 P3 * *
76634 ** Jump to the instruction at address P1, P2, or P3 depending on whether
76763 ** Jump to P2 if the value in register P1 is true. The value
76769 ** Jump to P2 if the value in register P1 is False. The value
76797 ** Jump to P2 if the value in register P1 is NULL.
76811 ** Jump to P2 if the value in register P1 is not NULL.
78925 ** each other. Jump to P2 if they are different.
81329 /* Jump to here if a string or blob larger than SQLITE_MAX_LENGTH
81337 /* Jump to here if a malloc() fails.
81345 /* Jump to here if the sqlite3_interrupt() API sets the interrupt
86953 int dest, /* Jump here if true. */
88768 int destIfFalse, /* Jump here if LHS is not contained in the RHS */
88769 int destIfNull /* Jump here if the results are unknown due to NULLs */
90119 int dest, /* Jump here if the jump is taken */
92706 int jZeroRows = -1; /* Jump from here if number of rows is zero */
97228 int iPartIdxLabel; /* Jump to this label to skip a row */
100131 /* Jump here if the row had already been deleted before any BEFORE
100166 int iPartIdxLabel; /* Jump destination for skipping partial index entries */
100226 int *piPartIdxLabel, /* OUT: Jump to this label to skip partial index */
104011 int addrInsTop = 0; /* Jump to label "D" */
104742 int ignoreDest, /* Jump to this label on an OE_Ignore resolution */
104985 int addrUniqueOk; /* Jump here if the UNIQUE constraint is satisfied */
108052 /* Jump to the appropriate pragma handler */
108923 int addrOk; /* Jump here if the key is OK */
109970 /* Jump here for an error that occurs after successfully allocating
110560 int labelDone; /* Jump here when done, ex: LIMIT reached */
111108 int iContinue /* Jump here to skip the current record */
111128 int addrRepeat, /* Jump to here if not distinct */
111184 int iContinue, /* Jump here to continue with next row */
111185 int iBreak /* Jump here to break out of the inner loop */
111253 int iJump; /* Jump destination */
111497 /* Jump to the end of the loop if the LIMIT is reached. Except, if
111699 int addrBreak = pSort->labelDone; /* Jump here to exit loop */
111700 int addrContinue = sqlite3VdbeMakeLabel(v); /* Jump here for next cycle */
112789 VdbeComment((v, "Jump ahead if LIMIT reached"));
113091 int iBreak /* Jump here if we hit the LIMIT */
113194 /* Jump to the end of the loop if the LIMIT is reached.
113285 ** Jump AltB, AeqB, AgtB
113325 int addr1; /* Jump instructions that get retargetted */
113578 /* Jump to the this point in order to terminate the query.
115958 /* Jump over the subroutines
116146 /* Jump here to skip this query
117603 int labelBreak; /* Jump here to break out of UPDATE loop */
117604 int labelContinue; /* Jump here to continue next step of UPDATE loop */
119967 int addrBrk; /* Jump here to break out of the loop */
119968 int addrNxt; /* Jump here to start the next IN combination */
119969 int addrSkip; /* Jump here for next iteration of skip-scan */
119970 int addrCont; /* Jump here to continue with the next loop cycle */
120325 int iContinue; /* Jump here to continue with next record */
120326 int iBreak; /* Jump here to break out of the loop */
121236 int addrBrk; /* Jump here to break out of the loop */
121237 int addrCont; /* Jump here to continue with next cycle */
121256 ** for the current loop. Jump to addrBrk to break out of a loop.
121257 ** Jump to cont to go immediately to the next iteration of the
121811 ** Return 2 # Jump back to the Gosub
122009 /* Jump here (skipping the main loop body subroutine) if the
124180 int iContinue = 0; /* Jump here to skip excluded rows */
124345 /* Jump here when skipping the initialization */
125910 if( rc!=SQLITE_OK ) break; /* Jump out of the pTerm loop */
128099 /* Jump here if malloc fails */