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

#include <apr_tables.h>

Public Attributes

charkey
 
charval
 
apr_uint32_t key_checksum
 

Detailed Description

The type for each entry in a string-content table

Definition at line 81 of file apr_tables.h.

Member Data Documentation

◆ key

char* apr_table_entry_t::key

The key for the current table entry

Definition at line 83 of file apr_tables.h.

◆ key_checksum

apr_uint32_t apr_table_entry_t::key_checksum

A checksum for the key, for use by the apr_table internals

Definition at line 90 of file apr_tables.h.

◆ val

char* apr_table_entry_t::val

The value for the current table entry

Definition at line 87 of file apr_tables.h.


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