Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c1163 int nLcs = 0; /* LCS value for this column */ in fts3MatchinfoLcs() local
1199 if( nThisLcs>nLcs ) nLcs = nThisLcs; in fts3MatchinfoLcs()
1205 pInfo->aMatchinfo[iCol] = nLcs; in fts3MatchinfoLcs()