Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

hashBucket Struct Reference


Data Fields

voidptr key
voidptrdata
int dataCount
hashBucket * next

Field Documentation

voidptr* hashBucket::data
 

pointer to hashed data

Definition at line 16 of file rpmhash.c.

Referenced by htAddEntry, htFree, and htGetEntry.

int hashBucket::dataCount
 

length of data (0 if unknown)

Definition at line 17 of file rpmhash.c.

Referenced by htAddEntry, and htGetEntry.

voidptr hashBucket::key
 

hash key

Definition at line 15 of file rpmhash.c.

Referenced by findEntry, htAddEntry, htFree, and htGetEntry.

struct hashBucket* hashBucket::next
 

pointer to next item in bucket

Definition at line 18 of file rpmhash.c.

Referenced by findEntry, htAddEntry, and htFree.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 13 15:34:54 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002