Searched defs:x_hash_table_struct (Results 1 – 1 of 1) sorted by relevance
42 struct x_hash_table_struct { struct43 unsigned int bucket_index;44 unsigned int total_keys;45 x_list **buckets;47 x_hash_fun *hash_key;48 x_compare_fun *compare_keys;49 x_destroy_fun *destroy_key;50 x_destroy_fun *destroy_value;