Searched refs:Hashentry (Results 1 – 2 of 2) sorted by relevance
42 static Hashentry *_search(Hashtab * htab, /* The hash table */55 htab = (Hashtab *) malloc(sizeof(Hashtab) + (sz - 1) * sizeof(Hashentry *)); in hashtabnew()70 static Hashentry *73 Hashentry *hptr; in _search()90 Hashentry *tmp; in hashtabsearch()103 Hashentry *h = _search(htab, ptr); in hashtabadd()104 Hashentry **tabptr; in hashtabadd()111 h = (Hashentry *) malloc(sizeof(Hashentry)); in hashtabadd()131 Hashentry *h; in _hashtabdel()153 Hashentry **h, *g; in hashtabforeach()
46 typedef struct hashentry Hashentry; typedef52 Hashentry *tab[1]; /* The table */