| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_module.c | 380 ngx_conf_merge_uint_value(conf->concurrent_streams, in ngx_http_v2_merge_srv_conf() 382 ngx_conf_merge_uint_value(conf->concurrent_pushes, in ngx_http_v2_merge_srv_conf() 384 ngx_conf_merge_uint_value(conf->max_requests, prev->max_requests, 1000); in ngx_http_v2_merge_srv_conf() 393 ngx_conf_merge_uint_value(conf->streams_index_mask, in ngx_http_v2_merge_srv_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_referer_module.c | 340 ngx_conf_merge_uint_value(conf->referer_hash_max_size, in ngx_http_referer_merge_conf() 342 ngx_conf_merge_uint_value(conf->referer_hash_bucket_size, in ngx_http_referer_merge_conf() 387 ngx_conf_merge_uint_value(conf->referer_hash_max_size, in ngx_http_referer_merge_conf() 389 ngx_conf_merge_uint_value(conf->referer_hash_bucket_size, in ngx_http_referer_merge_conf()
|
| H A D | ngx_http_degradation_module.c | 190 ngx_conf_merge_uint_value(conf->degrade, prev->degrade, 0); in ngx_http_degradation_merge_loc_conf()
|
| H A D | ngx_http_limit_conn_module.c | 484 ngx_conf_merge_uint_value(conf->log_level, prev->log_level, NGX_LOG_ERR); in ngx_http_limit_conn_merge_conf() 485 ngx_conf_merge_uint_value(conf->status_code, prev->status_code, in ngx_http_limit_conn_merge_conf()
|
| H A D | ngx_http_gzip_static_module.c | 308 ngx_conf_merge_uint_value(conf->enable, prev->enable, in ngx_http_gzip_static_merge_conf()
|
| H A D | ngx_http_uwsgi_module.c | 1509 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_uwsgi_merge_loc_conf() 1512 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_uwsgi_merge_loc_conf() 1694 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_uwsgi_merge_loc_conf() 1784 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_http_uwsgi_merge_loc_conf() 1836 ngx_conf_merge_uint_value(conf->modifier1, prev->modifier1, 0); in ngx_http_uwsgi_merge_loc_conf() 1837 ngx_conf_merge_uint_value(conf->modifier2, prev->modifier2, 0); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_memcached_module.c | 648 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_memcached_merge_loc_conf() 686 ngx_conf_merge_uint_value(conf->gzip_flag, prev->gzip_flag, 0); in ngx_http_memcached_merge_loc_conf()
|
| H A D | ngx_http_limit_req_module.c | 729 ngx_conf_merge_uint_value(conf->limit_log_level, prev->limit_log_level, in ngx_http_limit_req_merge_conf() 735 ngx_conf_merge_uint_value(conf->status_code, prev->status_code, in ngx_http_limit_req_merge_conf()
|
| H A D | ngx_http_image_filter_module.c | 1335 ngx_conf_merge_uint_value(conf->jpeg_quality, prev->jpeg_quality, 75); in ngx_http_image_filter_merge_conf() 1345 ngx_conf_merge_uint_value(conf->webp_quality, prev->webp_quality, 80); in ngx_http_image_filter_merge_conf() 1353 ngx_conf_merge_uint_value(conf->sharpen, prev->sharpen, 0); in ngx_http_image_filter_merge_conf()
|
| H A D | ngx_http_ssl_module.c | 622 ngx_conf_merge_uint_value(conf->verify, prev->verify, 0); in ngx_http_ssl_merge_srv_conf() 623 ngx_conf_merge_uint_value(conf->verify_depth, prev->verify_depth, 1); in ngx_http_ssl_merge_srv_conf()
|
| H A D | ngx_http_dav_module.c | 1139 ngx_conf_merge_uint_value(conf->min_delete_depth, in ngx_http_dav_merge_loc_conf() 1142 ngx_conf_merge_uint_value(conf->access, prev->access, 0600); in ngx_http_dav_merge_loc_conf()
|
| H A D | ngx_http_realip_module.c | 489 ngx_conf_merge_uint_value(conf->type, prev->type, NGX_HTTP_REALIP_XREALIP); in ngx_http_realip_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 2967 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_proxy_merge_loc_conf() 2970 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_proxy_merge_loc_conf() 3151 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_proxy_merge_loc_conf() 3243 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_http_proxy_merge_loc_conf() 3316 ngx_conf_merge_uint_value(conf->http_version, prev->http_version, in ngx_http_proxy_merge_loc_conf() 3319 ngx_conf_merge_uint_value(conf->headers_hash_max_size, in ngx_http_proxy_merge_loc_conf() 3322 ngx_conf_merge_uint_value(conf->headers_hash_bucket_size, in ngx_http_proxy_merge_loc_conf()
|
| H A D | ngx_http_scgi_module.c | 1288 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_scgi_merge_loc_conf() 1291 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_scgi_merge_loc_conf() 1473 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_userid_filter_module.c | 682 ngx_conf_merge_uint_value(conf->enable, prev->enable, in ngx_http_userid_merge_conf()
|
| H A D | ngx_http_rewrite_module.c | 250 ngx_conf_merge_uint_value(conf->stack_size, prev->stack_size, 10); in ngx_http_rewrite_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 2814 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_fastcgi_merge_loc_conf() 2817 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_fastcgi_merge_loc_conf() 2999 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_autoindex_module.c | 1047 ngx_conf_merge_uint_value(conf->format, prev->format, in ngx_http_autoindex_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 4234 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_grpc_merge_loc_conf() 4291 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_http_grpc_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_ssl_module.c | 284 ngx_conf_merge_uint_value(conf->starttls, prev->starttls, in ngx_mail_ssl_merge_conf() 297 ngx_conf_merge_uint_value(conf->verify, prev->verify, 0); in ngx_mail_ssl_merge_conf() 298 ngx_conf_merge_uint_value(conf->verify_depth, prev->verify_depth, 1); in ngx_mail_ssl_merge_conf()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.h | 215 #define ngx_conf_merge_uint_value(conf, prev, default) \ macro
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.c | 3532 ngx_conf_merge_uint_value(conf->types_hash_max_size, in ngx_http_core_merge_loc_conf() 3535 ngx_conf_merge_uint_value(conf->types_hash_bucket_size, in ngx_http_core_merge_loc_conf() 3632 ngx_conf_merge_uint_value(conf->satisfy, prev->satisfy, in ngx_http_core_merge_loc_conf() 3634 ngx_conf_merge_uint_value(conf->if_modified_since, prev->if_modified_since, in ngx_http_core_merge_loc_conf() 3636 ngx_conf_merge_uint_value(conf->max_ranges, prev->max_ranges, in ngx_http_core_merge_loc_conf() 3638 ngx_conf_merge_uint_value(conf->client_body_in_file_only, in ngx_http_core_merge_loc_conf() 3676 ngx_conf_merge_uint_value(conf->keepalive_requests, in ngx_http_core_merge_loc_conf() 3678 ngx_conf_merge_uint_value(conf->lingering_close, in ngx_http_core_merge_loc_conf() 3730 ngx_conf_merge_uint_value(conf->server_tokens, prev->server_tokens, in ngx_http_core_merge_loc_conf() 3739 ngx_conf_merge_uint_value(conf->open_file_cache_min_uses, in ngx_http_core_merge_loc_conf() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_ssl_module.c | 631 ngx_conf_merge_uint_value(conf->verify, prev->verify, 0); in ngx_stream_ssl_merge_conf() 632 ngx_conf_merge_uint_value(conf->verify_depth, prev->verify_depth, 1); in ngx_stream_ssl_merge_conf()
|
| H A D | ngx_stream_proxy_module.c | 2035 ngx_conf_merge_uint_value(conf->requests, in ngx_stream_proxy_merge_srv_conf() 2038 ngx_conf_merge_uint_value(conf->responses, in ngx_stream_proxy_merge_srv_conf() 2041 ngx_conf_merge_uint_value(conf->next_upstream_tries, in ngx_stream_proxy_merge_srv_conf() 2074 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_stream_proxy_merge_srv_conf()
|
| H A D | ngx_stream_limit_conn_module.c | 462 ngx_conf_merge_uint_value(conf->log_level, prev->log_level, NGX_LOG_ERR); in ngx_stream_limit_conn_merge_conf()
|