NetSurf
|
Data Fields | |
char * | pairing |
block containing 'key\0value\0' More... | |
unsigned int | key_length |
length of key More... | |
struct hash_entry * | next |
next entry More... | |
Definition at line 42 of file hashtable.c.
unsigned int hash_entry::key_length |
struct hash_entry* hash_entry::next |
next entry
Definition at line 45 of file hashtable.c.
Referenced by hash_add(), hash_destroy(), and hash_get().
char* hash_entry::pairing |
block containing 'key\0value\0'
Definition at line 43 of file hashtable.c.
Referenced by hash_add(), hash_destroy(), and hash_get().