Home
last modified time | relevance | path

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

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