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

Public Attributes

apr_pool_tpool
 
apr_hash_entry_t ** array
 
apr_hash_index_t iterator
 
unsigned int count
 
unsigned int max
 
unsigned int seed
 
apr_hashfunc_t hash_func
 
apr_hash_entry_tfree
 

Detailed Description

Definition at line 75 of file apr_hash.c.

Member Data Documentation

◆ array

apr_hash_entry_t** apr_hash_t::array

Definition at line 77 of file apr_hash.c.

◆ count

unsigned int apr_hash_t::count

Definition at line 79 of file apr_hash.c.

◆ free

apr_hash_entry_t* apr_hash_t::free

Definition at line 81 of file apr_hash.c.

◆ hash_func

apr_hashfunc_t apr_hash_t::hash_func

Definition at line 80 of file apr_hash.c.

◆ iterator

apr_hash_index_t apr_hash_t::iterator

Definition at line 78 of file apr_hash.c.

◆ max

unsigned int apr_hash_t::max

Definition at line 79 of file apr_hash.c.

◆ pool

apr_pool_t* apr_hash_t::pool

Definition at line 76 of file apr_hash.c.

◆ seed

unsigned int apr_hash_t::seed

Definition at line 79 of file apr_hash.c.


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