rpm  5.2.1
Data Fields
hashBucket_s Struct Reference
Collaboration diagram for hashBucket_s:
Collaboration graph
[legend]

Data Fields

voidptr key
voidptrdata
int dataCount
hashBucket next

Detailed Description

Definition at line 21 of file rpmhash.c.


Field Documentation

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().


The documentation for this struct was generated from the following file: