Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

apr_table_entry_t Struct Reference
[Table and Array Functions]

#include <apr_tables.h>


Data Fields

char * key
char * val
apr_uint32_t key_checksum


Detailed Description

The type for each entry in a string-content table


Field Documentation

char* apr_table_entry_t::key
 

The key for the current table entry

apr_uint32_t apr_table_entry_t::key_checksum
 

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

char* apr_table_entry_t::val
 

The value for the current table entry


The documentation for this struct was generated from the following file:
Generated on Tue Oct 26 17:37:13 2004 for Apache Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002