Apache HTTPD
Public Attributes | List of all members
apr_array_header_t Struct Reference

#include <apr_tables.h>

Public Attributes

apr_pool_tpool
 
int elt_size
 
int nelts
 
int nalloc
 
charelts
 

Detailed Description

An opaque array type

Definition at line 62 of file apr_tables.h.

Member Data Documentation

◆ elt_size

int apr_array_header_t::elt_size

The amount of memory allocated for each element of the array

Definition at line 66 of file apr_tables.h.

◆ elts

char* apr_array_header_t::elts

The elements in the array

Definition at line 72 of file apr_tables.h.

◆ nalloc

int apr_array_header_t::nalloc

The number of elements allocated in the array

Definition at line 70 of file apr_tables.h.

◆ nelts

int apr_array_header_t::nelts

The number of active elements in the array

Definition at line 68 of file apr_tables.h.

◆ pool

apr_pool_t* apr_array_header_t::pool

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: