ap_table_setn — create or replace an entry in a table without duplication
void ap_table_setn(table *t, const char *key, const char *value)
This is similar to ap_table_set()
, except that
the key and value are not duplicated. This is normally used to copy a
value from a pool to a subpool.