ELinks 0.16.1.1
|
#include <hash.h>
Data Fields | |
void * | magic1 |
struct hash_item * | next |
struct hash_item * | prev |
void * | magic2 |
const char * | key |
unsigned int | keylen |
void * | value |
const char* hash_item::key |
unsigned int hash_item::keylen |
void* hash_item::magic1 |
void* hash_item::magic2 |
struct hash_item* hash_item::next |
struct hash_item* hash_item::prev |
void* hash_item::value |