|
rpm
5.4.10
|

Data Fields | |
| voidptr | key |
| voidptr * | data |
| int | dataCount |
| hashBucket | next |
| voidptr* hashBucket_s::data |
pointer to hashed data
Definition at line 23 of file rpmhash.c.
Referenced by htAddEntry(), htFini(), htGetEntry(), and htGetKeys().
| int hashBucket_s::dataCount |
length of data (0 if unknown)
Definition at line 24 of file rpmhash.c.
Referenced by htAddEntry(), and htGetEntry().
| voidptr hashBucket_s::key |
hash key
Definition at line 22 of file rpmhash.c.
Referenced by findEntry(), htAddEntry(), htFini(), htGetEntry(), and htGetKeys().
| hashBucket hashBucket_s::next |
pointer to next item in bucket
Definition at line 25 of file rpmhash.c.
Referenced by findEntry(), htAddEntry(), htFini(), and htGetKeys().
1.8.1.2