| json-c
    0.12
    | 
| Data Fields | |
| void * | k | 
| const void * | v | 
| struct lh_entry * | next | 
| struct lh_entry * | prev | 
An entry in the hash table
| void* lh_entry::k | 
The key.
| struct lh_entry* lh_entry::next | 
The next entry
| struct lh_entry* lh_entry::prev | 
The previous entry.
| const void* lh_entry::v | 
The value.
 1.8.5
 1.8.5