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

Public Attributes

unsigned long key
 
struct hash_entrynext
 
unsigned long nonce_count
 
char last_nonce [(int)((((sizeof(apr_time_t)+2)/3) *4)+(2 *20))+1]
 

Detailed Description

Definition at line 114 of file mod_auth_digest.c.

Member Data Documentation

◆ key

unsigned long hash_entry::key

Definition at line 115 of file mod_auth_digest.c.

◆ last_nonce

char hash_entry::last_nonce[(int)((((sizeof(apr_time_t)+2)/3) *4)+(2 *20))+1]

Definition at line 118 of file mod_auth_digest.c.

◆ next

struct hash_entry* hash_entry::next

Definition at line 116 of file mod_auth_digest.c.

◆ nonce_count

unsigned long hash_entry::nonce_count

Definition at line 117 of file mod_auth_digest.c.


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