Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c393 int nBestScore = 0; /* Score of best snippet */ in fts5SnippetFunction() local
453 if( rc==SQLITE_OK && nScore>nBestScore ){ in fts5SnippetFunction()
454 nBestScore = nScore; in fts5SnippetFunction()
472 if( rc==SQLITE_OK && nScore>nBestScore ){ in fts5SnippetFunction()
473 nBestScore = nScore; in fts5SnippetFunction()