Apache 1.3 API Documentation

Routine ap_copy_array

Definition:

array_header *ap_copy_array(pool *p, const array_header *src);
     

Usage example:

No examples available; not used in Apache 1.3.
     

Makes a new copy of arr in the pool p.

Reutns a pointer to the new array.

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

Previous: ap_content_type_tolower Next: ap_copy_array_hdr

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