Apache 1.3 API Documentation

Routine ap_overlay_tables

Definition:

table *ap_overlay_tables(pool *p, const table *overlay, const table *base);
     

Usage example:

No examples available.
     

Concatenates overlay then base into a new table. No merging of key/value pairs is done.

Returns a pointer to the new table.

See also:
ap_clear_table, ap_copy_table, ap_make_table, 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_overlap_tables Next: ap_palloc

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