NetSurf
Data Fields
hash_entry Struct Reference
Collaboration diagram for hash_entry:
[legend]

Data Fields

char * pairing
 block containing 'key\0value\0' More...
 
unsigned int key_length
 length of key More...
 
struct hash_entrynext
 next entry More...
 

Detailed Description

Definition at line 42 of file hashtable.c.

Field Documentation

◆ key_length

unsigned int hash_entry::key_length

length of key

Definition at line 44 of file hashtable.c.

Referenced by hash_add(), and hash_get().

◆ next

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().

◆ pairing

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().


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