Home
last modified time | relevance | path

Searched refs:busy_buffers_size (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h161 size_t busy_buffers_size; member
H A Dngx_http_upstream.c3124 p->busy_size = u->conf->busy_buffers_size; in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1356 conf->upstream.busy_buffers_size = 2 * size; in ngx_http_scgi_merge_loc_conf()
1358 conf->upstream.busy_buffers_size = in ngx_http_scgi_merge_loc_conf()
1362 if (conf->upstream.busy_buffers_size < size) { in ngx_http_scgi_merge_loc_conf()
1371 if (conf->upstream.busy_buffers_size in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c1577 conf->upstream.busy_buffers_size = 2 * size; in ngx_http_uwsgi_merge_loc_conf()
1579 conf->upstream.busy_buffers_size = in ngx_http_uwsgi_merge_loc_conf()
1583 if (conf->upstream.busy_buffers_size < size) { in ngx_http_uwsgi_merge_loc_conf()
1592 if (conf->upstream.busy_buffers_size in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_memcached_module.c620 conf->upstream.busy_buffers_size = 0; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_fastcgi_module.c2882 conf->upstream.busy_buffers_size = 2 * size; in ngx_http_fastcgi_merge_loc_conf()
2884 conf->upstream.busy_buffers_size = in ngx_http_fastcgi_merge_loc_conf()
2888 if (conf->upstream.busy_buffers_size < size) { in ngx_http_fastcgi_merge_loc_conf()
2897 if (conf->upstream.busy_buffers_size in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c3034 conf->upstream.busy_buffers_size = 2 * size; in ngx_http_proxy_merge_loc_conf()
3036 conf->upstream.busy_buffers_size = in ngx_http_proxy_merge_loc_conf()
3040 if (conf->upstream.busy_buffers_size < size) { in ngx_http_proxy_merge_loc_conf()
3049 if (conf->upstream.busy_buffers_size in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_grpc_module.c4203 conf->upstream.busy_buffers_size = 0; in ngx_http_grpc_create_loc_conf()