Lines Matching refs:OP_Sort
9359 #define OP_Sort 105
67985 ** The next global variable is incremented each type the OP_Sort opcode
72539 ** end. We use the OP_Sort opcode instead of OP_Rewind to do the
72545 case OP_Sort: { /* jump */
102633 addr = 1 + sqlite3VdbeAddOp2(v, OP_Sort, iTab, addrBreak); VdbeCoverage(v);
106420 ** This might involve two separate loops with an OP_Sort in between, or