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