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

Public Attributes

apr_hash_tht
 
apr_hash_entry_tthis
 
apr_hash_entry_tnext
 
unsigned int index
 

Detailed Description

Definition at line 62 of file apr_hash.c.

Member Data Documentation

◆ ht

apr_hash_t* apr_hash_index_t::ht

Definition at line 63 of file apr_hash.c.

◆ index

unsigned int apr_hash_index_t::index

Definition at line 65 of file apr_hash.c.

◆ next

apr_hash_entry_t * apr_hash_index_t::next

Definition at line 64 of file apr_hash.c.

◆ this

apr_hash_entry_t* apr_hash_index_t::this

Definition at line 64 of file apr_hash.c.


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