Apache 1.3 API Documentation

Routine ap_copy_table

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.

See also:
ap_clear_table, ap_make_table, ap_overlay_tables, ap_table_add, ap_table_addn, ap_table_do, ap_table_get, ap_table_merge, ap_table_mergen, ap_table_set, ap_table_setn, ap_table_unset, table

Previous: ap_copy_array_hdr Next: ap_core_reorder_directories

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