ngx_conf_merge_str_value  237 http/modules/ngx_http_addition_filter_module.c     ngx_conf_merge_str_value(conf->before_body, prev->before_body, "");
ngx_conf_merge_str_value  238 http/modules/ngx_http_addition_filter_module.c     ngx_conf_merge_str_value(conf->after_body, prev->after_body, "");
ngx_conf_merge_str_value 2248 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_str_value(conf->index, prev->index, "");
ngx_conf_merge_str_value  320 http/modules/ngx_http_secure_link_module.c     ngx_conf_merge_str_value(conf->secret, prev->secret, "");
ngx_conf_merge_str_value  354 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->certificate, prev->certificate, "");
ngx_conf_merge_str_value  355 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->certificate_key, prev->certificate_key, "");
ngx_conf_merge_str_value  357 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, "");
ngx_conf_merge_str_value  359 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->client_certificate, prev->client_certificate,
ngx_conf_merge_str_value  361 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->crl, prev->crl, "");
ngx_conf_merge_str_value  363 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS);
ngx_conf_merge_str_value  687 http/modules/ngx_http_sub_filter_module.c     ngx_conf_merge_str_value(conf->match, prev->match, "");
ngx_conf_merge_str_value  628 http/modules/ngx_http_userid_filter_module.c     ngx_conf_merge_str_value(conf->name, prev->name, "uid");
ngx_conf_merge_str_value  629 http/modules/ngx_http_userid_filter_module.c     ngx_conf_merge_str_value(conf->domain, prev->domain, "");
ngx_conf_merge_str_value  630 http/modules/ngx_http_userid_filter_module.c     ngx_conf_merge_str_value(conf->path, prev->path, "; path=/");
ngx_conf_merge_str_value  631 http/modules/ngx_http_userid_filter_module.c     ngx_conf_merge_str_value(conf->p3p, prev->p3p, "");
ngx_conf_merge_str_value 1317 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_str_value(conf->uwsgi_string, prev->uwsgi_string, "");
ngx_conf_merge_str_value 3286 http/ngx_http_core_module.c     ngx_conf_merge_str_value(conf->default_type,
ngx_conf_merge_str_value  185 mail/ngx_mail_core_module.c     ngx_conf_merge_str_value(conf->server_name, prev->server_name, "");
ngx_conf_merge_str_value  202 mail/ngx_mail_ssl_module.c     ngx_conf_merge_str_value(conf->certificate, prev->certificate, "");
ngx_conf_merge_str_value  203 mail/ngx_mail_ssl_module.c     ngx_conf_merge_str_value(conf->certificate_key, prev->certificate_key, "");
ngx_conf_merge_str_value  205 mail/ngx_mail_ssl_module.c     ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, "");
ngx_conf_merge_str_value  207 mail/ngx_mail_ssl_module.c     ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS);