Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c150469 struct ExprList_item *aOutEx = p->pEList->a; local
150546 if( aOutEx[i].fg.bSorterRef ) continue;
150548 if( aOutEx[i].u.x.iOrderByCol==0 ) iCol++;
150583 if( aOutEx[i].fg.bSorterRef ){
150584 sqlite3ExprCode(pParse, aOutEx[i].pExpr, regRow+i);
150589 if( aOutEx[i].u.x.iOrderByCol ){
150590 iRead = aOutEx[i].u.x.iOrderByCol-1;
150595 VdbeComment((v, "%s", aOutEx[i].zEName));