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