Apache HTTPD
Public Attributes | List of all members
hash_table Struct Reference

Public Attributes

client_entry ** table
 
unsigned long tbl_len
 
unsigned long num_entries
 
unsigned long num_created
 
unsigned long num_removed
 
unsigned long num_renewed
 

Detailed Description

Definition at line 121 of file mod_auth_digest.c.

Member Data Documentation

◆ num_created

unsigned long hash_table::num_created

Definition at line 125 of file mod_auth_digest.c.

◆ num_entries

unsigned long hash_table::num_entries

Definition at line 124 of file mod_auth_digest.c.

◆ num_removed

unsigned long hash_table::num_removed

Definition at line 126 of file mod_auth_digest.c.

◆ num_renewed

unsigned long hash_table::num_renewed

Definition at line 127 of file mod_auth_digest.c.

◆ table

client_entry** hash_table::table

Definition at line 122 of file mod_auth_digest.c.

◆ tbl_len

unsigned long hash_table::tbl_len

Definition at line 123 of file mod_auth_digest.c.


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