Definition:
table *ap_copy_table(pool *p, const table *t);
Usage example:
rnew->subprocess_env = ap_copy_table(rnew->pool, r->subprocess_env);
Returns a pointer to a copy of t.
Previous: ap_copy_array_hdr
Next: ap_core_reorder_directories
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)