Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c150690 struct ExprList_item *aOutEx = p->pEList->a; local
150767 if( aOutEx[i].fg.bSorterRef ) continue;
150769 if( aOutEx[i].u.x.iOrderByCol==0 ) iCol++;
150804 if( aOutEx[i].fg.bSorterRef ){
150805 sqlite3ExprCode(pParse, aOutEx[i].pExpr, regRow+i);
150810 if( aOutEx[i].u.x.iOrderByCol ){
150811 iRead = aOutEx[i].u.x.iOrderByCol-1;
150816 VdbeComment((v, "%s", aOutEx[i].zEName));