#include <apr_tables.h>
Data Fields | |
| apr_pool_t * | pool | 
| int | elt_size | 
| int | nelts | 
| int | nalloc | 
| char * | elts | 
An opaque array type
The amount of memory allocated for each element of the array
| char* apr_array_header_t::elts | 
The elements in the array
The number of elements allocated in the array
The number of active elements in the array
The pool the array is allocated out of
 1.6.1