Searched refs:Hashtab (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | hash.c | 44 static Hashentry *_search(Hashtab * htab, /* The hash table */ 47 Hashtab * 52 Hashtab *htab; in hashtabnew() 57 htab = (Hashtab *) malloc(sizeof(Hashtab) + (sz - 1) * sizeof(Hashentry *)); in hashtabnew() 73 _search(Hashtab * htab, void *ptr) in _search() 90 hashtabsearch(Hashtab * htab, void *ptr) in hashtabsearch() 103 hashtabadd(Hashtab * htab, void *ptr) in hashtabadd() 131 _hashtabdel(Hashtab * htab, void *ptr, int freep) in _hashtabdel() 152 hashtabforeach(Hashtab * htab, int (*func) (void *ptr, void *arg), in hashtabforeach()
|
H A D | hash.h | 57 typedef struct hashtab Hashtab; typedef 61 Hashtab *hashtabnew(int sz, 65 void *hashtabsearch(Hashtab *htab, /* The hash table */ 69 void *hashtabadd(Hashtab *htab, /* The hash table */ 72 int _hashtabdel(Hashtab *htab, /* The table */ 76 void hashtabforeach(Hashtab *htab,
|
H A D | symbol.c | 39 static Hashtab *htab;
|