Home
last modified time | relevance | path

Searched refs:ngx_conf_merge_value (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.c283 ngx_conf_merge_value(conf->enable, prev->enable, 0); in ngx_mail_ssl_merge_conf()
287 ngx_conf_merge_value(conf->session_timeout, in ngx_mail_ssl_merge_conf()
290 ngx_conf_merge_value(conf->prefer_server_ciphers, in ngx_mail_ssl_merge_conf()
431 ngx_conf_merge_value(conf->builtin_session_cache, in ngx_mail_ssl_merge_conf()
446 ngx_conf_merge_value(conf->session_tickets, in ngx_mail_ssl_merge_conf()
H A Dngx_mail_proxy_module.c1122 ngx_conf_merge_value(conf->enable, prev->enable, 0); in ngx_mail_proxy_merge_conf()
1123 ngx_conf_merge_value(conf->pass_error_message, prev->pass_error_message, 0); in ngx_mail_proxy_merge_conf()
1124 ngx_conf_merge_value(conf->xclient, prev->xclient, 1); in ngx_mail_proxy_merge_conf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c1515 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_uwsgi_merge_loc_conf()
1518 ngx_conf_merge_value(conf->upstream.request_buffering, in ngx_http_uwsgi_merge_loc_conf()
1524 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_uwsgi_merge_loc_conf()
1530 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_uwsgi_merge_loc_conf()
1675 ngx_conf_merge_value(conf->upstream.cache, in ngx_http_uwsgi_merge_loc_conf()
1739 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_uwsgi_merge_loc_conf()
1748 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_uwsgi_merge_loc_conf()
1758 ngx_conf_merge_value(conf->upstream.pass_request_body, in ngx_http_uwsgi_merge_loc_conf()
1761 ngx_conf_merge_value(conf->upstream.intercept_errors, in ngx_http_uwsgi_merge_loc_conf()
1780 ngx_conf_merge_value(conf->upstream.ssl_server_name, in ngx_http_uwsgi_merge_loc_conf()
[all …]
H A Dngx_http_ssl_module.c607 ngx_conf_merge_value(conf->session_timeout, in ngx_http_ssl_merge_srv_conf()
610 ngx_conf_merge_value(conf->prefer_server_ciphers, in ngx_http_ssl_merge_srv_conf()
613 ngx_conf_merge_value(conf->early_data, prev->early_data, 0); in ngx_http_ssl_merge_srv_conf()
644 ngx_conf_merge_value(conf->stapling, prev->stapling, 0); in ngx_http_ssl_merge_srv_conf()
645 ngx_conf_merge_value(conf->stapling_verify, prev->stapling_verify, 0); in ngx_http_ssl_merge_srv_conf()
813 ngx_conf_merge_value(conf->builtin_session_cache, in ngx_http_ssl_merge_srv_conf()
828 ngx_conf_merge_value(conf->session_tickets, prev->session_tickets, 1); in ngx_http_ssl_merge_srv_conf()
H A Dngx_http_scgi_module.c1294 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_scgi_merge_loc_conf()
1297 ngx_conf_merge_value(conf->upstream.request_buffering, in ngx_http_scgi_merge_loc_conf()
1300 ngx_conf_merge_value(conf->upstream.ignore_client_abort, in ngx_http_scgi_merge_loc_conf()
1303 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_scgi_merge_loc_conf()
1309 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_scgi_merge_loc_conf()
1454 ngx_conf_merge_value(conf->upstream.cache, in ngx_http_scgi_merge_loc_conf()
1518 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_scgi_merge_loc_conf()
1527 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_scgi_merge_loc_conf()
1535 ngx_conf_merge_value(conf->upstream.pass_request_headers, in ngx_http_scgi_merge_loc_conf()
1537 ngx_conf_merge_value(conf->upstream.pass_request_body, in ngx_http_scgi_merge_loc_conf()
[all …]
H A Dngx_http_proxy_module.c2960 ngx_conf_merge_value(conf->upstream.store, in ngx_http_proxy_merge_loc_conf()
2973 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_proxy_merge_loc_conf()
2982 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_proxy_merge_loc_conf()
2988 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_proxy_merge_loc_conf()
3132 ngx_conf_merge_value(conf->upstream.cache, in ngx_http_proxy_merge_loc_conf()
3191 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_proxy_merge_loc_conf()
3200 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_proxy_merge_loc_conf()
3220 ngx_conf_merge_value(conf->upstream.intercept_errors, in ngx_http_proxy_merge_loc_conf()
3239 ngx_conf_merge_value(conf->upstream.ssl_server_name, in ngx_http_proxy_merge_loc_conf()
3241 ngx_conf_merge_value(conf->upstream.ssl_verify, in ngx_http_proxy_merge_loc_conf()
[all …]
H A Dngx_http_fastcgi_module.c2807 ngx_conf_merge_value(conf->upstream.store, in ngx_http_fastcgi_merge_loc_conf()
2820 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_fastcgi_merge_loc_conf()
2823 ngx_conf_merge_value(conf->upstream.request_buffering, in ngx_http_fastcgi_merge_loc_conf()
2826 ngx_conf_merge_value(conf->upstream.ignore_client_abort, in ngx_http_fastcgi_merge_loc_conf()
2829 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_fastcgi_merge_loc_conf()
2835 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_fastcgi_merge_loc_conf()
2980 ngx_conf_merge_value(conf->upstream.cache, in ngx_http_fastcgi_merge_loc_conf()
3044 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_fastcgi_merge_loc_conf()
3053 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_fastcgi_merge_loc_conf()
3063 ngx_conf_merge_value(conf->upstream.pass_request_body, in ngx_http_fastcgi_merge_loc_conf()
[all …]
H A Dngx_http_mirror_module.c202 ngx_conf_merge_value(conf->request_body, prev->request_body, 1); in ngx_http_mirror_merge_loc_conf()
H A Dngx_http_gzip_filter_module.c1189 ngx_conf_merge_value(conf->enable, prev->enable, 0); in ngx_http_gzip_merge_conf()
1190 ngx_conf_merge_value(conf->no_buffer, prev->no_buffer, 0); in ngx_http_gzip_merge_conf()
1197 ngx_conf_merge_value(conf->level, prev->level, 1); in ngx_http_gzip_merge_conf()
1201 ngx_conf_merge_value(conf->min_length, prev->min_length, 20); in ngx_http_gzip_merge_conf()
H A Dngx_http_referer_module.c338 ngx_conf_merge_value(conf->no_referer, prev->no_referer, 0); in ngx_http_referer_merge_conf()
339 ngx_conf_merge_value(conf->blocked_referer, prev->blocked_referer, 0); in ngx_http_referer_merge_conf()
H A Dngx_http_random_index_module.c295 ngx_conf_merge_value(conf->enable, prev->enable, 0); in ngx_http_random_index_merge_loc_conf()
H A Dngx_http_autoindex_module.c1046 ngx_conf_merge_value(conf->enable, prev->enable, 0); in ngx_http_autoindex_merge_loc_conf()
1049 ngx_conf_merge_value(conf->localtime, prev->localtime, 0); in ngx_http_autoindex_merge_loc_conf()
1050 ngx_conf_merge_value(conf->exact_size, prev->exact_size, 1); in ngx_http_autoindex_merge_loc_conf()
H A Dngx_http_rewrite_module.c247 ngx_conf_merge_value(conf->log, prev->log, 0); in ngx_http_rewrite_merge_loc_conf()
248 ngx_conf_merge_value(conf->uninitialized_variable_warn, in ngx_http_rewrite_merge_loc_conf()
H A Dngx_http_charset_filter_module.c1566 ngx_conf_merge_value(conf->override_charset, prev->override_charset, 0); in ngx_http_charset_merge_loc_conf()
1567 ngx_conf_merge_value(conf->charset, prev->charset, NGX_HTTP_CHARSET_OFF); in ngx_http_charset_merge_loc_conf()
1568 ngx_conf_merge_value(conf->source_charset, prev->source_charset, in ngx_http_charset_merge_loc_conf()
H A Dngx_http_sub_filter_module.c894 ngx_conf_merge_value(conf->once, prev->once, 1); in ngx_http_sub_merge_conf()
895 ngx_conf_merge_value(conf->last_modified, prev->last_modified, 0); in ngx_http_sub_merge_conf()
H A Dngx_http_realip_module.c490 ngx_conf_merge_value(conf->recursive, prev->recursive, 0); in ngx_http_realip_merge_loc_conf()
H A Dngx_http_ssi_filter_module.c2902 ngx_conf_merge_value(conf->enable, prev->enable, 0); in ngx_http_ssi_merge_loc_conf()
2903 ngx_conf_merge_value(conf->silent_errors, prev->silent_errors, 0); in ngx_http_ssi_merge_loc_conf()
2904 ngx_conf_merge_value(conf->ignore_recycled_buffers, in ngx_http_ssi_merge_loc_conf()
2906 ngx_conf_merge_value(conf->last_modified, prev->last_modified, 0); in ngx_http_ssi_merge_loc_conf()
H A Dngx_http_gunzip_filter_module.c668 ngx_conf_merge_value(conf->enable, prev->enable, 0); in ngx_http_gunzip_merge_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3335 ngx_conf_merge_value(conf->ignore_invalid_headers, in ngx_http_core_merge_srv_conf()
3340 ngx_conf_merge_value(conf->underscores_in_headers, in ngx_http_core_merge_srv_conf()
3345 ngx_conf_merge_value(conf->kernel_network_stack, in ngx_http_core_merge_srv_conf()
3641 ngx_conf_merge_value(conf->client_body_in_single_buffer, in ngx_http_core_merge_loc_conf()
3643 ngx_conf_merge_value(conf->internal, prev->internal, 0); in ngx_http_core_merge_loc_conf()
3713 ngx_conf_merge_value(conf->reset_timedout_connection, in ngx_http_core_merge_loc_conf()
3715 ngx_conf_merge_value(conf->absolute_redirect, in ngx_http_core_merge_loc_conf()
3717 ngx_conf_merge_value(conf->server_name_in_redirect, in ngx_http_core_merge_loc_conf()
3724 ngx_conf_merge_value(conf->recursive_error_pages, in ngx_http_core_merge_loc_conf()
3726 ngx_conf_merge_value(conf->chunked_transfer_encoding, in ngx_http_core_merge_loc_conf()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.c621 ngx_conf_merge_value(conf->session_timeout, in ngx_stream_ssl_merge_conf()
624 ngx_conf_merge_value(conf->prefer_server_ciphers, in ngx_stream_ssl_merge_conf()
781 ngx_conf_merge_value(conf->builtin_session_cache, in ngx_stream_ssl_merge_conf()
796 ngx_conf_merge_value(conf->session_tickets, in ngx_stream_ssl_merge_conf()
H A Dngx_stream_proxy_module.c2044 ngx_conf_merge_value(conf->next_upstream, prev->next_upstream, 1); in ngx_stream_proxy_merge_srv_conf()
2046 ngx_conf_merge_value(conf->proxy_protocol, prev->proxy_protocol, 0); in ngx_stream_proxy_merge_srv_conf()
2050 ngx_conf_merge_value(conf->socket_keepalive, in ngx_stream_proxy_merge_srv_conf()
2055 ngx_conf_merge_value(conf->ssl_enable, prev->ssl_enable, 0); in ngx_stream_proxy_merge_srv_conf()
2057 ngx_conf_merge_value(conf->ssl_session_reuse, in ngx_stream_proxy_merge_srv_conf()
2070 ngx_conf_merge_value(conf->ssl_server_name, prev->ssl_server_name, 0); in ngx_stream_proxy_merge_srv_conf()
2072 ngx_conf_merge_value(conf->ssl_verify, prev->ssl_verify, 0); in ngx_stream_proxy_merge_srv_conf()
2098 ngx_conf_merge_value(conf->kernel_network_stack, in ngx_stream_proxy_merge_srv_conf()
H A Dngx_stream_core_module.c484 ngx_conf_merge_value(conf->tcp_nodelay, prev->tcp_nodelay, 1); in ngx_stream_core_merge_srv_conf()
494 ngx_conf_merge_value(conf->kernel_network_stack, in ngx_stream_core_merge_srv_conf()
H A Dngx_stream_ssl_preread_module.c642 ngx_conf_merge_value(conf->enabled, prev->enabled, 0); in ngx_stream_ssl_preread_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c438 ngx_conf_merge_value(conf->push, prev->push, 1); in ngx_http_v2_merge_loc_conf()
444 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h205 #define ngx_conf_merge_value(conf, prev, default) \ macro

12