Searched refs:bestScore (Results 1 – 1 of 1) sorted by relevance
405 int bestScore = 0; /* Score of best match */ in sqlite3FindFunction() local418 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()