Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c149483 SortCtx *pSort, argument
149488 int nOBSat = pSort->nOBSat;
149491 if( pSort->pDeferredRowLoad ){
149492 innerLoopLoadRow(pParse, pSelect, pSort->pDeferredRowLoad);
149504 SortCtx *pSort, /* Information about the ORDER BY clause */ argument
149512 int bSeq = ((pSort->sortFlags & SORTFLAG_UseSorter)==0);
149513 int nExpr = pSort->pOrderBy->nExpr; /* No. of ORDER BY terms */
149517 int nOBSat = pSort->nOBSat; /* ORDER BY terms to skip */
149540 pSort->addrPush = sqlite3VdbeCurrentAddr(v);
149552 pSort->labelDone = sqlite3VdbeMakeLabel(pParse);
[all …]