Searched refs:Hash_Entry (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sbin/rcorder/
H A Dhash.h89 typedef struct Hash_Entry { struct
90 struct Hash_Entry *next; /* Used to link together all the
97 } Hash_Entry; typedef in typeref:struct:Hash_Entry
100 struct Hash_Entry **bucketPtr;
101 /* Pointers to Hash_Entry, one
117 Hash_Entry *hashEntryPtr; /* Next entry to check in current
127 * Hash_Entry *h;
134 * Hash_Entry *h;
142 * Hash_Entry *h;
155 Hash_Entry *Hash_FindEntr
[all...]
H A Dhash.c143 struct Hash_Entry **hp;
157 t->bucketPtr = hp = (struct Hash_Entry **)emalloc(sizeof(*hp) * i);
183 struct Hash_Entry **hp, *h, *nexth;
224 Hash_Entry *
227 Hash_Entry *e;
264 Hash_Entry *
267 Hash_Entry *e;
271 struct Hash_Entry **hp;
296 e = (Hash_Entry *) emalloc(sizeof(*e) + keylen);
328 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *
[all...]
H A Drcorder.c123 Hash_Entry *entry;
161 Hash_Entry *make_fake_provision(filenode *);
274 Hash_Entry *entry;
294 Hash_Entry *entry;
477 Hash_Entry *
480 Hash_Entry *entry;
526 Hash_Entry *entry, *fake_prov_entry;
590 Hash_Entry *entry;

Completed in 200 milliseconds