Searched refs:regPrevKey (Results 1 – 1 of 1) sorted by relevance
743 int regPrevKey; /* The first nOBSat columns of the previous row */ in pushOntoSorter() local751 regPrevKey = pParse->nMem+1; in pushOntoSorter()760 sqlite3VdbeAddOp3(v, OP_Compare, regPrevKey, regBase, pSort->nOBSat); in pushOntoSorter()782 sqlite3ExprCodeMove(pParse, regBase, regPrevKey, pSort->nOBSat); in pushOntoSorter()