Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c165588 int iFld = pTerm->u.x.iField; local
165591 if( iFld>0 ){
165594 assert( iFld<=pLeft->x.pList->nExpr );
165595 pCompare->pLeft = pLeft->x.pList->a[iFld-1].pExpr;