Searched refs:iBestScore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c462 int iBestScore = -1; /* Best snippet score found so far */ local
503 ** *pFragment. Store its associated 'score' in iBestScore.
513 if( iScore>iBestScore ){
517 iBestScore = iScore;
522 *piScore = iBestScore;
1346 int iBestScore = -1; /* Best score of columns checked so far */ local
1366 if( iS>iBestScore ){
1368 iBestScore = iS;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123285 int iBestScore = -1; /* Best snippet score found so far */ local
124169 int iBestScore = -1; /* Best score of columns checked so far */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c129021 int iBestScore = -1; /* Best snippet score found so far */ local
129830 int iBestScore = -1; /* Best score of columns checked so far */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c129067 int iBestScore = -1; /* Best snippet score found so far */ local
129876 int iBestScore = -1; /* Best score of columns checked so far */ local
[all...]

Completed in 439 milliseconds