Searched refs:hashentry (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dhash.h40 struct hashentry { /* Entry in bucket */ struct
41 struct hashentry **prev;
42 struct hashentry *next;
46 typedef struct hashentry Hashentry;
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Ddict.c38 struct hashentry { struct
39 struct hashentry **prev;
40 struct hashentry *next;
47 struct hashentry **tab;
54 struct hashentry **h, *g, *i;
148 static struct hashentry *
152 struct hashentry *p;
173 struct hashentry *p;
194 struct hashentry **tabptr, *h;
233 struct hashentry *
[all...]

Completed in 118 milliseconds