GME  13
Public Attributes
apr_array_header_t Struct Reference

#include <apr_tables.h>

List of all members.

Public Attributes

apr_pool_tpool
int elt_size
int nelts
int nalloc
char * elts

Detailed Description

An opaque array type

Definition at line 62 of file apr_tables.h.


Member Data Documentation

The amount of memory allocated for each element of the array

Definition at line 66 of file apr_tables.h.

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.


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