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