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

Public Attributes

apr_array_header_t a
 
apr_uint32_t index_initialized
 
int index_first [32]
 
int index_last [32]
 

Detailed Description

The opaque string-content table type

Definition at line 332 of file apr_tables.c.

Member Data Documentation

◆ a

apr_array_header_t apr_table_t::a

The underlying array for the table

Definition at line 339 of file apr_tables.c.

◆ index_first

int apr_table_t::index_first[32]

Definition at line 356 of file apr_tables.c.

◆ index_initialized

apr_uint32_t apr_table_t::index_initialized

Definition at line 355 of file apr_tables.c.

◆ index_last

int apr_table_t::index_last[32]

Definition at line 357 of file apr_tables.c.


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