new_conf          121 sapi/apache2filter/apache_config.c void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf)
new_conf          123 sapi/apache2filter/apache_config.c 	php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
new_conf          133 sapi/apache2filter/apache_config.c 	phpapdebug((stderr, "Merge dir (%p)+(%p)=(%p)\n", base_conf, new_conf, n));
new_conf           51 sapi/apache2filter/php_apache.h void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf);
new_conf          138 sapi/apache2handler/apache_config.c void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf)
new_conf          140 sapi/apache2handler/apache_config.c 	php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
new_conf          153 sapi/apache2handler/apache_config.c 	phpapdebug((stderr, "Merge dir (%p)+(%p)=(%p)\n", base_conf, new_conf, n));
new_conf           51 sapi/apache2handler/php_apache.h void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf);