Searched defs:hashtab (Results 1 – 1 of 1) sorted by relevance
21 struct hashtab { struct22 struct hashtab_node **htable; /* hash table */ argument25 u32 (*hash_value)(struct hashtab *h, const void *key); argument27 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2); argument
Completed in 2 milliseconds