Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dcallback.c405 int bestScore = 0; /* Score of best match */ in sqlite3FindFunction() local
418 if( score>bestScore ){ in sqlite3FindFunction()
420 bestScore = score; in sqlite3FindFunction()
438 bestScore = 0; in sqlite3FindFunction()
443 if( score>bestScore ){ in sqlite3FindFunction()
445 bestScore = score; in sqlite3FindFunction()
455 if( createFlag && bestScore<FUNC_PERFECT_MATCH && in sqlite3FindFunction()