Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c1164 int nLive = 0; /* Number of iterators in aIter not at EOF */ in fts3MatchinfoLcs() local
1177 nLive++; in fts3MatchinfoLcs()
1181 while( nLive>0 ){ in fts3MatchinfoLcs()
1202 if( fts3LcsIteratorAdvance(pAdv) ) nLive--; in fts3MatchinfoLcs()