Home
last modified time | relevance | path

Searched refs:ngx_conf_merge_str_value (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.c306 ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, ""); in ngx_mail_ssl_merge_conf()
308 ngx_conf_merge_str_value(conf->ecdh_curve, prev->ecdh_curve, in ngx_mail_ssl_merge_conf()
311 ngx_conf_merge_str_value(conf->client_certificate, in ngx_mail_ssl_merge_conf()
313 ngx_conf_merge_str_value(conf->trusted_certificate, in ngx_mail_ssl_merge_conf()
315 ngx_conf_merge_str_value(conf->crl, prev->crl, ""); in ngx_mail_ssl_merge_conf()
317 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_mail_ssl_merge_conf()
H A Dngx_mail_core_module.c199 ngx_conf_merge_str_value(conf->server_name, prev->server_name, ""); in ngx_mail_core_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.c631 ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, ""); in ngx_http_ssl_merge_srv_conf()
633 ngx_conf_merge_str_value(conf->client_certificate, prev->client_certificate, in ngx_http_ssl_merge_srv_conf()
635 ngx_conf_merge_str_value(conf->trusted_certificate, in ngx_http_ssl_merge_srv_conf()
637 ngx_conf_merge_str_value(conf->crl, prev->crl, ""); in ngx_http_ssl_merge_srv_conf()
639 ngx_conf_merge_str_value(conf->ecdh_curve, prev->ecdh_curve, in ngx_http_ssl_merge_srv_conf()
642 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_http_ssl_merge_srv_conf()
646 ngx_conf_merge_str_value(conf->stapling_file, prev->stapling_file, ""); in ngx_http_ssl_merge_srv_conf()
647 ngx_conf_merge_str_value(conf->stapling_responder, in ngx_http_ssl_merge_srv_conf()
H A Dngx_http_addition_filter_module.c242 ngx_conf_merge_str_value(conf->before_body, prev->before_body, ""); in ngx_http_addition_merge_conf()
243 ngx_conf_merge_str_value(conf->after_body, prev->after_body, ""); in ngx_http_addition_merge_conf()
H A Dngx_http_userid_filter_module.c685 ngx_conf_merge_str_value(conf->name, prev->name, "uid"); in ngx_http_userid_merge_conf()
686 ngx_conf_merge_str_value(conf->domain, prev->domain, ""); in ngx_http_userid_merge_conf()
687 ngx_conf_merge_str_value(conf->path, prev->path, "; path=/"); in ngx_http_userid_merge_conf()
688 ngx_conf_merge_str_value(conf->p3p, prev->p3p, ""); in ngx_http_userid_merge_conf()
H A Dngx_http_uwsgi_module.c1773 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, in ngx_http_uwsgi_merge_loc_conf()
1786 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_http_uwsgi_merge_loc_conf()
1788 ngx_conf_merge_str_value(conf->ssl_crl, prev->ssl_crl, ""); in ngx_http_uwsgi_merge_loc_conf()
1790 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_http_uwsgi_merge_loc_conf()
1792 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_http_uwsgi_merge_loc_conf()
1802 ngx_conf_merge_str_value(conf->uwsgi_string, prev->uwsgi_string, ""); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_auth_request_module.c330 ngx_conf_merge_str_value(conf->uri, prev->uri, ""); in ngx_http_auth_request_merge_conf()
H A Dngx_http_grpc_module.c4280 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, in ngx_http_grpc_merge_loc_conf()
4293 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_http_grpc_merge_loc_conf()
4295 ngx_conf_merge_str_value(conf->ssl_crl, prev->ssl_crl, ""); in ngx_http_grpc_merge_loc_conf()
4297 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_http_grpc_merge_loc_conf()
4299 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_http_grpc_merge_loc_conf()
H A Dngx_http_proxy_module.c3232 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, in ngx_http_proxy_merge_loc_conf()
3245 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_http_proxy_merge_loc_conf()
3247 ngx_conf_merge_str_value(conf->ssl_crl, prev->ssl_crl, ""); in ngx_http_proxy_merge_loc_conf()
3249 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_http_proxy_merge_loc_conf()
3251 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_fastcgi_module.c3074 ngx_conf_merge_str_value(conf->index, prev->index, ""); in ngx_http_fastcgi_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.c640 ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, ""); in ngx_stream_ssl_merge_conf()
642 ngx_conf_merge_str_value(conf->client_certificate, prev->client_certificate, in ngx_stream_ssl_merge_conf()
644 ngx_conf_merge_str_value(conf->trusted_certificate, in ngx_stream_ssl_merge_conf()
646 ngx_conf_merge_str_value(conf->crl, prev->crl, ""); in ngx_stream_ssl_merge_conf()
648 ngx_conf_merge_str_value(conf->ecdh_curve, prev->ecdh_curve, in ngx_stream_ssl_merge_conf()
651 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_stream_ssl_merge_conf()
H A Dngx_stream_proxy_module.c2064 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, "DEFAULT"); in ngx_stream_proxy_merge_srv_conf()
2077 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_stream_proxy_merge_srv_conf()
2080 ngx_conf_merge_str_value(conf->ssl_crl, prev->ssl_crl, ""); in ngx_stream_proxy_merge_srv_conf()
2082 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_stream_proxy_merge_srv_conf()
2085 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_stream_proxy_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h240 #define ngx_conf_merge_str_value(conf, prev, default) \ macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3617 ngx_conf_merge_str_value(conf->default_type, in ngx_http_core_merge_loc_conf()