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

/netbsd-6-1-5-RELEASE/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 *);
275 Hash_Entry *entry;
295 Hash_Entry *entry;
478 Hash_Entry *
481 Hash_Entry *entry;
527 Hash_Entry *entry, *fake_prov_entry;
591 Hash_Entry *entry;
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dhash.h88 typedef struct Hash_Entry { struct
89 struct Hash_Entry *next; /* Used to link together all the
98 } Hash_Entry; typedef in typeref:struct:Hash_Entry
101 struct Hash_Entry **bucketPtr;/* Pointers to Hash_Entry, one
116 Hash_Entry *hashEntryPtr; /* Next entry to check in current bucket. */
125 * Hash_Entry *h;
133 * Hash_Entry *h;
148 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
149 Hash_Entry *Hash_CreateEntr
[all...]
H A Dhash.c137 struct Hash_Entry **hp;
177 struct Hash_Entry **hp, *h, *nexth = NULL;
217 Hash_Entry *
220 Hash_Entry *e;
258 Hash_Entry *
261 Hash_Entry *e;
265 struct Hash_Entry **hp;
322 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *e)
324 Hash_Entry **hp, *p;
364 Hash_Entry *
[all...]
H A Ddir.c535 Hash_Entry *entry; /* Current entry in the table */
903 Hash_Entry *entry; /* Entry for mtimes table */
1063 Hash_Entry *entry; /* Entry for mtimes table */
1435 Hash_Entry *entry;
H A Darch.c198 Hash_Entry *entry;
534 Hash_Entry *he; /* Entry containing member's description */
H A Dvar.c347 Hash_Entry *var;
492 Hash_Entry *h;
526 Hash_Entry *ln;
640 Hash_Entry *var;
997 Hash_Entry *h;
4175 Hash_Entry *h;
H A Dtarg.c337 Hash_Entry *he; /* New or used hash entry for node */

Completed in 130 milliseconds