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.
Previous: ap_copy_array
Next: ap_copy_table
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)