Home
last modified time | relevance | path

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

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