Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c380 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 Dngx_http_referer_module.c340 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 Dngx_http_degradation_module.c190 ngx_conf_merge_uint_value(conf->degrade, prev->degrade, 0); in ngx_http_degradation_merge_loc_conf()
H A Dngx_http_limit_conn_module.c484 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 Dngx_http_gzip_static_module.c308 ngx_conf_merge_uint_value(conf->enable, prev->enable, in ngx_http_gzip_static_merge_conf()
H A Dngx_http_uwsgi_module.c1509 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 Dngx_http_memcached_module.c648 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 Dngx_http_limit_req_module.c729 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 Dngx_http_image_filter_module.c1335 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 Dngx_http_ssl_module.c622 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 Dngx_http_dav_module.c1139 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 Dngx_http_realip_module.c489 ngx_conf_merge_uint_value(conf->type, prev->type, NGX_HTTP_REALIP_XREALIP); in ngx_http_realip_merge_loc_conf()
H A Dngx_http_proxy_module.c2967 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 Dngx_http_scgi_module.c1288 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 Dngx_http_userid_filter_module.c682 ngx_conf_merge_uint_value(conf->enable, prev->enable, in ngx_http_userid_merge_conf()
H A Dngx_http_rewrite_module.c250 ngx_conf_merge_uint_value(conf->stack_size, prev->stack_size, 10); in ngx_http_rewrite_merge_loc_conf()
H A Dngx_http_fastcgi_module.c2814 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 Dngx_http_autoindex_module.c1047 ngx_conf_merge_uint_value(conf->format, prev->format, in ngx_http_autoindex_merge_loc_conf()
H A Dngx_http_grpc_module.c4234 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 Dngx_mail_ssl_module.c284 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 Dngx_conf_file.h215 #define ngx_conf_merge_uint_value(conf, prev, default) \ macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3532 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 Dngx_stream_ssl_module.c631 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 Dngx_stream_proxy_module.c2035 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 Dngx_stream_limit_conn_module.c462 ngx_conf_merge_uint_value(conf->log_level, prev->log_level, NGX_LOG_ERR); in ngx_stream_limit_conn_merge_conf()