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

/freebsd-11.0-release/contrib/bmake/
H A Dhash.h88 typedef struct Hash_Entry { struct
89 struct Hash_Entry *next; /* Used to link together all the
95 } Hash_Entry; typedef in typeref:struct:Hash_Entry
98 struct Hash_Entry **bucketPtr;/* Pointers to Hash_Entry, one
113 Hash_Entry *hashEntryPtr; /* Next entry to check in current bucket. */
122 * Hash_Entry *h;
129 * Hash_Entry *h;
143 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
144 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;
261 Hash_Entry *
264 Hash_Entry *e;
268 struct Hash_Entry **hp;
325 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *e)
327 Hash_Entry **hp, *p;
367 Hash_Entry *
[all...]
H A Ddir.c272 Hash_GetTimeValue(Hash_Entry *entry)
286 Hash_Entry *entry;
612 Hash_Entry *entry; /* Current entry in the table */
1135 Hash_Entry *entry; /* Entry for mtimes table */
1503 Hash_Entry *entry;
H A Darch.c246 Hash_Entry *entry;
582 Hash_Entry *he; /* Entry containing member's description */
H A Dvar.c368 Hash_Entry *var;
520 Hash_Entry *h;
554 Hash_Entry *ln;
678 Hash_Entry *var;
1046 Hash_Entry *h;
4243 Hash_Entry *h;
H A Dtarg.c335 Hash_Entry *he = NULL; /* New or used hash entry for node */
/freebsd-11.0-release/sbin/rcorder/
H A Dhash.h57 typedef struct Hash_Entry { struct
58 struct Hash_Entry *next; /* Used to link together all the
65 } Hash_Entry; typedef in typeref:struct:Hash_Entry
68 struct Hash_Entry **bucketPtr;
69 /* Pointers to Hash_Entry, one
85 Hash_Entry *hashEntryPtr; /* Next entry to check in current
95 * Hash_Entry *h;
102 * Hash_Entry *h;
111 * Hash_Entry *h;
125 Hash_Entry *Hash_FindEntr
[all...]
H A Dhash.c115 register struct Hash_Entry **hp;
129 t->bucketPtr = hp = (struct Hash_Entry **)emalloc(sizeof(*hp) * i);
155 register struct Hash_Entry **hp, *h, *nexth = NULL;
191 Hash_Entry *
196 register Hash_Entry *e;
228 Hash_Entry *
235 register Hash_Entry *e;
239 struct Hash_Entry **hp;
264 e = (Hash_Entry *) emalloc(sizeof(*e) + keylen);
296 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *
[all...]
H A Drcorder.c108 Hash_Entry *entry;
149 static Hash_Entry *make_fake_provision(filenode *);
262 Hash_Entry *entry;
282 Hash_Entry *entry;
512 static Hash_Entry *
515 Hash_Entry *entry;
561 Hash_Entry *entry, *fake_prov_entry;
624 Hash_Entry *entry;

Completed in 173 milliseconds