Searched refs:addrJmp (Results 1 – 1 of 1) sorted by relevance
745 int addrJmp; /* Address of the OP_Jump opcode */ in pushOntoSorter() local771 addrJmp = sqlite3VdbeCurrentAddr(v); in pushOntoSorter()772 sqlite3VdbeAddOp3(v, OP_Jump, addrJmp+1, 0, addrJmp+1); VdbeCoverage(v); in pushOntoSorter()783 sqlite3VdbeJumpHere(v, addrJmp); in pushOntoSorter()