libdebian-installer
|
Node of a hash table. More...
Data Fields | |
void * | key |
void * | value |
di_hash_node * | next |
Node of a hash table.
void* key |
key
Referenced by di_hash_table_destroy(), di_hash_table_foreach(), di_hash_table_insert(), and di_hash_table_size().
di_hash_node* next |
the next node
Referenced by di_hash_table_destroy(), di_hash_table_foreach(), di_hash_table_insert(), and di_hash_table_size().
void* value |
value
Referenced by di_hash_table_foreach(), di_hash_table_insert(), and di_hash_table_lookup().