Searched refs:hash_compare_func_t (Results 1 – 2 of 2) sorted by relevance
50 typedef int (*hash_compare_func_t)(const void *key1, const void *key2); typedef64 hash_func_t hash, hash_compare_func_t compare);158 #define hash_table_string_compare ((hash_compare_func_t) strcmp)
42 hash_compare_func_t compare;58 hash_compare_func_t compare) in hash_table_ctor()