Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c362 static int editdist1(const char *zA, const char *zB, int *pnMatch){ in editdist1() function
523 int res = editdist1( in editdistSqlFunc()
2461 iDist = editdist1(p->zPattern, zK1, 0); in spellfix1RunQuery()
2774 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()