Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hash_entry_s Struct Reference

This structure represents an entry within a hash table. More...

Data Fields

char * key
 The key for this hash entry.
 
void * val
 The value associated with this hash entry.
 
struct hash_entry_snext
 If multiple keys have the same hash, this is a pointer to the next possible matching entry. More...
 

Detailed Description

This structure represents an entry within a hash table.

Field Documentation

struct hash_entry_s* hash_entry_s::next

If multiple keys have the same hash, this is a pointer to the next possible matching entry.


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