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

Data Fields

unsigned int nchains
 
struct hash_entry ** chain
 

Detailed Description

Definition at line 48 of file hashtable.c.

Field Documentation

◆ chain

struct hash_entry** hash_table::chain

Definition at line 50 of file hashtable.c.

Referenced by hash_add(), hash_create(), hash_destroy(), and hash_get().

◆ nchains

unsigned int hash_table::nchains

Definition at line 49 of file hashtable.c.

Referenced by hash_add(), hash_create(), hash_destroy(), and hash_get().


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