GME
13
|
#include <apr_tables.h>
Public Attributes | |
apr_pool_t * | pool |
int | elt_size |
int | nelts |
int | nalloc |
char * | elts |
An opaque array type
Definition at line 62 of file apr_tables.h.
The amount of memory allocated for each element of the array
Definition at line 66 of file apr_tables.h.
char* apr_array_header_t::elts |
The elements in the array
Definition at line 72 of file apr_tables.h.
The number of elements allocated in the array
Definition at line 70 of file apr_tables.h.
The number of active elements in the array
Definition at line 68 of file apr_tables.h.
The pool the array is allocated out of
Definition at line 64 of file apr_tables.h.