Home
last modified time | relevance | path

Searched refs:max_temp_file_size_conf (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c350 offsetof(ngx_http_scgi_loc_conf_t, upstream.max_temp_file_size_conf),
1222 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf()
1403 ngx_conf_merge_size_value(conf->upstream.max_temp_file_size_conf, in ngx_http_scgi_merge_loc_conf()
1404 prev->upstream.max_temp_file_size_conf, in ngx_http_scgi_merge_loc_conf()
1407 if (conf->upstream.max_temp_file_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_scgi_merge_loc_conf()
1411 conf->upstream.max_temp_file_size_conf; in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c411 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.max_temp_file_size_conf),
1435 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf()
1624 ngx_conf_merge_size_value(conf->upstream.max_temp_file_size_conf, in ngx_http_uwsgi_merge_loc_conf()
1625 prev->upstream.max_temp_file_size_conf, in ngx_http_uwsgi_merge_loc_conf()
1628 if (conf->upstream.max_temp_file_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_uwsgi_merge_loc_conf()
1632 conf->upstream.max_temp_file_size_conf; in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c500 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.max_temp_file_size_conf),
2743 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf()
2929 ngx_conf_merge_size_value(conf->upstream.max_temp_file_size_conf, in ngx_http_fastcgi_merge_loc_conf()
2930 prev->upstream.max_temp_file_size_conf, in ngx_http_fastcgi_merge_loc_conf()
2933 if (conf->upstream.max_temp_file_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_fastcgi_merge_loc_conf()
2937 conf->upstream.max_temp_file_size_conf; in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c584 offsetof(ngx_http_proxy_loc_conf_t, upstream.max_temp_file_size_conf),
2875 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf()
3080 ngx_conf_merge_size_value(conf->upstream.max_temp_file_size_conf, in ngx_http_proxy_merge_loc_conf()
3081 prev->upstream.max_temp_file_size_conf, in ngx_http_proxy_merge_loc_conf()
3084 if (conf->upstream.max_temp_file_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_proxy_merge_loc_conf()
3088 conf->upstream.max_temp_file_size_conf; in ngx_http_proxy_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h166 size_t max_temp_file_size_conf; member