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