Data Fields | |
voidptr | key |
voidptr * | data |
int | dataCount |
hashBucket * | next |
|
pointer to hashed data Definition at line 16 of file rpmhash.c. Referenced by htAddEntry, htFree, and htGetEntry. |
|
length of data (0 if unknown) Definition at line 17 of file rpmhash.c. Referenced by htAddEntry, and htGetEntry. |
|
hash key Definition at line 15 of file rpmhash.c. Referenced by findEntry, htAddEntry, htFree, and htGetEntry. |
|
pointer to next item in bucket Definition at line 18 of file rpmhash.c. Referenced by findEntry, htAddEntry, and htFree. |