hashTable_s Struct Reference

Collaboration diagram for hashTable_s:

Collaboration graph
[legend]

Data Fields

int numBuckets
int keySize
int freeData
hashBucketbuckets
hashFunctionType fn
hashEqualityType eq

Detailed Description

Definition at line 25 of file rpmhash.c.


Field Documentation

hash bucket array

Definition at line 29 of file rpmhash.c.

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

compare hash keys for equality

Definition at line 31 of file rpmhash.c.

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

generate hash value for key

Definition at line 30 of file rpmhash.c.

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

should data be freed when table is destroyed?

Definition at line 28 of file rpmhash.c.

Referenced by htCreate(), and htFree().

size of key (0 if unknown)

Definition at line 27 of file rpmhash.c.

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

number of hash buckets

Definition at line 26 of file rpmhash.c.

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


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

Generated on Fri Jun 19 18:50:28 2009 for rpm by  doxygen 1.5.7.1