|
Apache Portable Runtime
|
APR Table library. More...
Go to the source code of this file.
Data Structures | |
| struct | apr_array_header_t |
| struct | apr_table_entry_t |
Macros | |
| #define | APR_ARRAY_IDX(ary, i, type) |
| #define | APR_ARRAY_PUSH(ary, type) |
| #define | APR_OVERLAP_TABLES_SET (0) |
| #define | APR_OVERLAP_TABLES_MERGE (1) |
| #define | APR_OVERLAP_TABLES_ADD (2) |
Typedefs | |
| typedef struct apr_table_t | apr_table_t |
| typedef struct apr_array_header_t | apr_array_header_t |
| typedef struct apr_table_entry_t | apr_table_entry_t |
| typedef int | apr_table_do_callback_fn_t(void *rec, const char *key, const char *value) |
APR Table library.