Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfts3expr2.test90 set iDistance [rnd 15]
91 return [list $op/$iDistance [random_phrase] [random_phrase]]
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1941 int iDistance; /* Distance from pattern for this row */ member
2346 static int spellfix1Score(int iDistance, int iRank){ in spellfix1Score() argument
2349 return iDistance + 32 - iLog2; in spellfix1Score()
2501 pCur->a[idx].iDistance = iDist; in spellfix1RunQuery()
2751 sqlite3_result_int(ctx, pCur->a[pCur->iRow].iDistance); in spellfix1Column()