Apache 1.3 API Documentation

Routine ap_make_array

Definition:

array_header *ap_make_array(pool *p, int nelts, int elt_size);
     

Usage example:

No examples available.
     

Allocates enough memory to contain nelts elements of size elt_size. The array grows to contain the number of elements requested.

Returns a pointer to the new array.

See also:
ap_append_arrays, ap_array_cat, ap_copy_array, ap_copy_array_hdr, ap_push_array, array_header

Previous: ap_log_unixerr Next: ap_make_dirstr

Table of Contents (Routines, Structures, Data Cells, Constants)