Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c334 static int keywordCompare1(const void *a, const void *b){ in keywordCompare1() function
437 qsort(aKeywordTable, nKeyword, sizeof(aKeywordTable[0]), keywordCompare1); in main()