Lines Matching refs:OP_Sort
7928 #define OP_Sort 64
60006 ** The next global variable is incremented each type the OP_Sort opcode
64655 ** end. We use the OP_Sort opcode instead of OP_Rewind to do the
64660 case OP_Sort: { /* jump */
88739 addr = 1 + sqlite3VdbeAddOp2(v, OP_Sort, iTab, addrBreak);
91854 ** This might involve two separate loops with an OP_Sort in between, or
91917 sqlite3VdbeAddOp2(v, OP_Sort, sAggInfo.sortingIdx, addrEnd);