Apache 1.3 API Documentation

Routine ap_table_mergen

Definition:

void ap_table_mergen(table *t, const char *k, const char *more_val);
     

Usage example:

No examples available.
     

If name exists as a key value in tab, more_val is added to the table. A new entry is created otherwise.

If more than one occurrence of name exists, only the first is modified. This function does not use ap_pstrdup.

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

Previous: ap_table_merge Next: ap_table_set

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