HomeSort by: relevance | last modified time | path
    Searched refs:bucketPtr (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/rcorder/
hash.c 157 t->bucketPtr = hp = (struct Hash_Entry **)emalloc(sizeof(*hp) * i);
187 for (hp = t->bucketPtr, i = t->size; --i >= 0;) {
193 free(t->bucketPtr);
199 t->bucketPtr = NULL;
234 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next)
281 for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next) {
297 hp = &t->bucketPtr[h & t->mask];
334 for (hp = &t->bucketPtr[e->namehash & t->mask];
419 e = t->bucketPtr[searchPtr->nextIndex++];
451 oldhp = t->bucketPtr;
    [all...]
hash.h 100 struct Hash_Entry **bucketPtr;

Completed in 27 milliseconds