Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c422 memset(&sFinder, 0, sizeof(Fts5SFinder)); in fts5SnippetFunction()
428 sFinder.iPos = 0; in fts5SnippetFunction()
429 sFinder.nFirst = 0; in fts5SnippetFunction()
433 sFinder.zDoc, nDoc, (void*)&sFinder,fts5SentenceFinderCb in fts5SnippetFunction()
461 for(jj=0; jj<(sFinder.nFirst-1); jj++){ in fts5SnippetFunction()
462 if( sFinder.aFirst[jj+1]>io ) break; in fts5SnippetFunction()
465 if( sFinder.aFirst[jj]<io ){ in fts5SnippetFunction()
468 sFinder.aFirst[jj], nToken, &nScore, 0 in fts5SnippetFunction()
471 nScore += (sFinder.aFirst[jj]==0 ? 120 : 100); in fts5SnippetFunction()
475 iBestStart = sFinder.aFirst[jj]; in fts5SnippetFunction()
[all …]