Searched refs:iRank (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | spellfix.c | 1940 int iRank; /* Rank for this row */ member 2346 static int spellfix1Score(int iDistance, int iRank){ in spellfix1Score() argument 2348 for(iLog2=0; iRank>0; iLog2++, iRank>>=1){} in spellfix1Score() 2391 int iRank; in spellfix1RunQuery() local 2453 iRank = sqlite3_column_int(pStmt, 2); in spellfix1RunQuery() 2484 iScore = spellfix1Score(iDist,iRank); in spellfix1RunQuery() 2500 pCur->a[idx].iRank = iRank; in spellfix1RunQuery() 2747 sqlite3_result_int(ctx, pCur->a[pCur->iRow].iRank); in spellfix1Column() 2914 if( iRank<1 ) iRank = 1; in spellfix1Update() 2935 iRank, iLang, zWord, zK1, zWord, zK2 in spellfix1Update() [all …]
|