Searched defs:hashtab (Results 1 – 2 of 2) sorted by relevance
32 struct hashtab { struct33 struct hashtab_node **htable; /* hash table */ argument49 int hashtab_init(struct hashtab *h, u32 nel_hint); argument
134 struct item *hashtab[]) in add_to_hashtable()150 static bool in_hashtable(const char *name, int len, struct item *hashtab[]) in in_hashtable()