Hashentry          42 source4/heimdal/lib/asn1/hash.c static Hashentry *_search(Hashtab * htab,	/* The hash table */
Hashentry          55 source4/heimdal/lib/asn1/hash.c     htab = (Hashtab *) malloc(sizeof(Hashtab) + (sz - 1) * sizeof(Hashentry *));
Hashentry          70 source4/heimdal/lib/asn1/hash.c static Hashentry *
Hashentry          73 source4/heimdal/lib/asn1/hash.c     Hashentry *hptr;
Hashentry          90 source4/heimdal/lib/asn1/hash.c     Hashentry *tmp;
Hashentry         103 source4/heimdal/lib/asn1/hash.c     Hashentry *h = _search(htab, ptr);
Hashentry         104 source4/heimdal/lib/asn1/hash.c     Hashentry **tabptr;
Hashentry         111 source4/heimdal/lib/asn1/hash.c 	h = (Hashentry *) malloc(sizeof(Hashentry));
Hashentry         131 source4/heimdal/lib/asn1/hash.c     Hashentry *h;
Hashentry         153 source4/heimdal/lib/asn1/hash.c     Hashentry **h, *g;
Hashentry          52 source4/heimdal/lib/asn1/hash.h      Hashentry *tab[1];		/* The table */