Home
last modified time | relevance | path

Searched refs:Hashentry (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dhash.c42 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()
H A Dhash.h46 typedef struct hashentry Hashentry; typedef
52 Hashentry *tab[1]; /* The table */