Home
last modified time | relevance | path

Searched refs:regPrevKey (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c743 int regPrevKey; /* The first nOBSat columns of the previous row */ in pushOntoSorter() local
751 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()