Data Fields | |
int | numBuckets |
int | keySize |
int | freeData |
hashBucket* | buckets |
hashFunctionType | fn |
hashEqualityType | eq |
|
hash bucket array |
|
compare hash keys for equality Definition at line 32 of file rpmhash.c. Referenced by findEntry(), and htAddEntry().
|
|
generate hash value for key Definition at line 31 of file rpmhash.c. Referenced by findEntry(), and htAddEntry().
|
|
should data be freed when table is destroyed? |
|
size of key (0 if unknown) |
|
number of hash buckets |