Home
last modified time | relevance | path

Searched refs:busy_buffers_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.c213 offsetof(ngx_http_scgi_loc_conf_t, upstream.busy_buffers_size_conf),
1221 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf()
1351 ngx_conf_merge_size_value(conf->upstream.busy_buffers_size_conf, in ngx_http_scgi_merge_loc_conf()
1352 prev->upstream.busy_buffers_size_conf, in ngx_http_scgi_merge_loc_conf()
1355 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_scgi_merge_loc_conf()
1359 conf->upstream.busy_buffers_size_conf; in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c274 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.busy_buffers_size_conf),
1434 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf()
1572 ngx_conf_merge_size_value(conf->upstream.busy_buffers_size_conf, in ngx_http_uwsgi_merge_loc_conf()
1573 prev->upstream.busy_buffers_size_conf, in ngx_http_uwsgi_merge_loc_conf()
1576 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_uwsgi_merge_loc_conf()
1580 conf->upstream.busy_buffers_size_conf; in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c363 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.busy_buffers_size_conf),
2742 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf()
2877 ngx_conf_merge_size_value(conf->upstream.busy_buffers_size_conf, in ngx_http_fastcgi_merge_loc_conf()
2878 prev->upstream.busy_buffers_size_conf, in ngx_http_fastcgi_merge_loc_conf()
2881 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_fastcgi_merge_loc_conf()
2885 conf->upstream.busy_buffers_size_conf; in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c440 offsetof(ngx_http_proxy_loc_conf_t, upstream.busy_buffers_size_conf),
2874 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf()
3029 ngx_conf_merge_size_value(conf->upstream.busy_buffers_size_conf, in ngx_http_proxy_merge_loc_conf()
3030 prev->upstream.busy_buffers_size_conf, in ngx_http_proxy_merge_loc_conf()
3033 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_proxy_merge_loc_conf()
3037 conf->upstream.busy_buffers_size_conf; in ngx_http_proxy_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h165 size_t busy_buffers_size_conf; member