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

/freebsd-11.0-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;
224 if (t == NULL || t->bucketPtr == NULL) {
230 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next)
278 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next) {
294 hp = &t->bucketPtr[h & t->mask];
331 for (hp = &t->bucketPtr[e->namehash & t->mask];
418 e = t->bucketPtr[searchPt
[all...]
H A Dhash.h98 struct Hash_Entry **bucketPtr;/* Pointers to Hash_Entry, one member in struct:Hash_Table
/freebsd-11.0-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

Completed in 125 milliseconds