Apache 1.3 API Documentation

Routine ap_copy_array_hdr

Definition:

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

Usage example:

No examples available; not used in Apache 1.3.
     

Copies arr into the pool p without copying the array's contents. If ap_push_array is used to extend the new array, the original array is copied to it before the extend takes place.

Returns a pointer to the new array.

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

Previous: ap_copy_array Next: ap_copy_table

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