Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2356 static int SQLITE_CDECL spellfix1RowCompare(const void *A, const void *B){ in spellfix1RowCompare() function
2625 qsort(pCur->a, pCur->nRow, sizeof(pCur->a[0]), spellfix1RowCompare); in spellfix1FilterForMatch()