ELinks 0.16.1.1
hash_item Struct Reference

#include <hash.h>

Collaboration diagram for hash_item:

Data Fields

void * magic1
struct hash_itemnext
struct hash_itemprev
void * magic2
const char * key
unsigned int keylen
void * value

Field Documentation

◆ key

const char* hash_item::key

◆ keylen

unsigned int hash_item::keylen

◆ magic1

void* hash_item::magic1

◆ magic2

void* hash_item::magic2

◆ next

struct hash_item* hash_item::next

◆ prev

struct hash_item* hash_item::prev

◆ value

void* hash_item::value

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