Searched refs:spellfix1RowCompare (Results 1 – 1 of 1) sorted by relevance
2356 static int SQLITE_CDECL spellfix1RowCompare(const void *A, const void *B){ in spellfix1RowCompare() function2625 qsort(pCur->a, pCur->nRow, sizeof(pCur->a[0]), spellfix1RowCompare); in spellfix1FilterForMatch()