Searched refs:pAdv (Results 1 – 1 of 1) sorted by relevance
1182 LcsIterator *pAdv = 0; /* The iterator to advance by one position */ in fts3MatchinfoLcs() local1191 if( pAdv==0 || pIter->iPos<pAdv->iPos ){ in fts3MatchinfoLcs()1192 pAdv = pIter; in fts3MatchinfoLcs()1202 if( fts3LcsIteratorAdvance(pAdv) ) nLive--; in fts3MatchinfoLcs()