Searched refs:pSort (Results 1 – 1 of 1) sorted by relevance
149704 SortCtx *pSort, argument149709 int nOBSat = pSort->nOBSat;149712 if( pSort->pDeferredRowLoad ){149713 innerLoopLoadRow(pParse, pSelect, pSort->pDeferredRowLoad);149725 SortCtx *pSort, /* Information about the ORDER BY clause */ argument149733 int bSeq = ((pSort->sortFlags & SORTFLAG_UseSorter)==0);149734 int nExpr = pSort->pOrderBy->nExpr; /* No. of ORDER BY terms */149738 int nOBSat = pSort->nOBSat; /* ORDER BY terms to skip */149761 pSort->addrPush = sqlite3VdbeCurrentAddr(v);149773 pSort->labelDone = sqlite3VdbeMakeLabel(pParse);[all …]