Searched refs:Hashtab (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | hash.c | 42 static Hashentry *_search(Hashtab * htab, /* The hash table */ 45 Hashtab * 50 Hashtab *htab; in hashtabnew() 55 htab = (Hashtab *) malloc(sizeof(Hashtab) + (sz - 1) * sizeof(Hashentry *)); in hashtabnew() 71 _search(Hashtab * htab, void *ptr) in _search() 88 hashtabsearch(Hashtab * htab, void *ptr) in hashtabsearch() 101 hashtabadd(Hashtab * htab, void *ptr) in hashtabadd() 129 _hashtabdel(Hashtab * htab, void *ptr, int freep) in _hashtabdel() 150 hashtabforeach(Hashtab * htab, int (*func) (void *ptr, void *arg), in hashtabforeach()
|
H A D | hash.h | 55 typedef struct hashtab Hashtab; typedef 59 Hashtab *hashtabnew(int sz, 63 void *hashtabsearch(Hashtab *htab, /* The hash table */ 67 void *hashtabadd(Hashtab *htab, /* The hash table */ 70 int _hashtabdel(Hashtab *htab, /* The table */ 74 void hashtabforeach(Hashtab *htab,
|
H A D | symbol.c | 37 static Hashtab *htab;
|