Searched refs:bucketPtr (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dhash.c151 t->bucketPtr = hp = bmake_malloc(sizeof(*hp) * i);
180 for (hp = t->bucketPtr, i = t->size; --i >= 0;) {
186 free(t->bucketPtr);
192 t->bucketPtr = NULL;
227 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next)
275 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next) {
291 hp = &t->bucketPtr[h & t->mask];
328 for (hp = &t->bucketPtr[e->namehash & t->mask];
415 e = t->bucketPtr[searchPtr->nextIndex++];
446 oldhp = t->bucketPtr;
[all...]
H A Dhash.h101 struct Hash_Entry **bucketPtr;/* Pointers to Hash_Entry, one member in struct:Hash_Table
/freebsd-9.3-release/sbin/rcorder/
H A Dhash.c129 t->bucketPtr = hp = (struct Hash_Entry **)emalloc(sizeof(*hp) * i);
158 for (hp = t->bucketPtr, i = t->size; --i >= 0;) {
164 free((char *)t->bucketPtr);
170 t->bucketPtr = NULL;
203 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next)
249 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next) {
265 hp = &t->bucketPtr[h & t->mask];
302 for (hp = &t->bucketPtr[e->namehash & t->mask];
387 e = t->bucketPtr[searchPtr->nextIndex++];
418 oldhp = t->bucketPtr;
[all...]
H A Dhash.h68 struct Hash_Entry **bucketPtr; member in struct:Hash_Table
/freebsd-9.3-release/usr.bin/make/
H A Dhash.c109 t->bucketPtr = hp = emalloc(sizeof(*hp) * i);
137 for (hp = t->bucketPtr, i = t->size; --i >= 0;) {
143 free(t->bucketPtr);
149 t->bucketPtr = NULL;
179 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next)
220 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next) {
236 hp = &t->bucketPtr[h & t->mask];
272 for (hp = &t->bucketPtr[e->namehash & t->mask];
351 e = t->bucketPtr[searchPtr->nextIndex++];
381 oldhp = t->bucketPtr;
[all...]
H A Dhash.h65 struct Hash_Entry **bucketPtr; /* Buckets in the table */ member in struct:Hash_Table

Completed in 72 milliseconds