Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c849 static int matchFrom(EditDist3Cost *p, const char *z, int n){ in matchFrom() function
927 if( matchFrom(p, z+i, n-i)==0 ) continue; in editDist3FromStringNew()