rpm  4.5
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 16 of file rpmhash.c.

Field Documentation

voidptr* hashBucket_s::data

pointer to hashed data

Definition at line 18 of file rpmhash.c.

Referenced by htAddEntry(), htFree(), and htGetEntry().

int hashBucket_s::dataCount

length of data (0 if unknown)

Definition at line 19 of file rpmhash.c.

Referenced by htAddEntry(), and htGetEntry().

voidptr hashBucket_s::key

hash key

Definition at line 17 of file rpmhash.c.

Referenced by findEntry(), htAddEntry(), htFree(), and htGetEntry().

hashBucket hashBucket_s::next

pointer to next item in bucket

Definition at line 20 of file rpmhash.c.

Referenced by findEntry(), htAddEntry(), and htFree().


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