#include <hashlib.h>
Data Fields | |
| unsigned char * | key |
| size_t | keylen |
| int | stat |
| void * | data |
| ub4 | hashval |
| s_cf_hashentry * | next |
| s_cf_hashentry * | prev |
Definition at line 48 of file hashlib.h.
|
|
the data |
|
|
the index in the hashtable (not shortened) |
|
|
the hashtable key |
|
|
the length of the key |
|
|
This is the pointer to the next value. Because we cannot avoid double hash values, we have a linked list of entries. |
|
|
This is the pointer to the previous value. Because we cannot avoid double hash values, we have a linked list of entries. |
|
|
shall we call a destructor for this entry? |
1.3.5