ReactOS 0.4.15-dev-7788-g1ad9096
hash_table Struct Reference

#include <dhcpd.h>

Collaboration diagram for hash_table:

Public Attributes

int hash_count
 
struct hash_bucketbuckets [DEFAULT_HASH_SIZE]
 
unsigned num_elts
 
unsigned num_buckets
 
struct hash_table_bucketbuckets
 
struct poolpool
 

Detailed Description

Definition at line 268 of file dhcpd.h.

Member Data Documentation

◆ buckets [1/2]

struct hash_bucket * hash_table::buckets

Definition at line 270 of file dhcpd.h.

Referenced by new_hash().

◆ buckets [2/2]

struct hash_table_bucket* hash_table::buckets

Definition at line 106 of file dbghelp_private.h.

◆ hash_count

int hash_table::hash_count

Definition at line 269 of file dhcpd.h.

◆ num_buckets

unsigned hash_table::num_buckets

Definition at line 105 of file dbghelp_private.h.

◆ num_elts

unsigned hash_table::num_elts

Definition at line 104 of file dbghelp_private.h.

◆ pool

struct pool* hash_table::pool

Definition at line 107 of file dbghelp_private.h.


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