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

Public Attributes

apr_hash_entry_tnext
 
unsigned int hash
 
const void * key
 
apr_ssize_t klen
 
const void * val
 

Detailed Description

Definition at line 47 of file apr_hash.c.

Member Data Documentation

◆ hash

unsigned int apr_hash_entry_t::hash

Definition at line 49 of file apr_hash.c.

◆ key

const void* apr_hash_entry_t::key

Definition at line 50 of file apr_hash.c.

◆ klen

apr_ssize_t apr_hash_entry_t::klen

Definition at line 51 of file apr_hash.c.

◆ next

apr_hash_entry_t* apr_hash_entry_t::next

Definition at line 48 of file apr_hash.c.

◆ val

const void* apr_hash_entry_t::val

Definition at line 52 of file apr_hash.c.


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