Home
last modified time | relevance | path

Searched refs:temp_file_write_size (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h80 ssize_t temp_file_write_size; member
H A Dngx_event_pipe.c795 && ((size + bsize > p->temp_file_write_size) in ngx_event_pipe_write_chain_to_temp_file()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h163 size_t temp_file_write_size; member
H A Dngx_http_upstream.c3162 p->temp_file_write_size = u->conf->temp_file_write_size; in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1387 conf->upstream.temp_file_write_size = 2 * size; in ngx_http_scgi_merge_loc_conf()
1389 conf->upstream.temp_file_write_size = in ngx_http_scgi_merge_loc_conf()
1393 if (conf->upstream.temp_file_write_size < size) { in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c1608 conf->upstream.temp_file_write_size = 2 * size; in ngx_http_uwsgi_merge_loc_conf()
1610 conf->upstream.temp_file_write_size = in ngx_http_uwsgi_merge_loc_conf()
1614 if (conf->upstream.temp_file_write_size < size) { in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_memcached_module.c622 conf->upstream.temp_file_write_size = 0; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_fastcgi_module.c2913 conf->upstream.temp_file_write_size = 2 * size; in ngx_http_fastcgi_merge_loc_conf()
2915 conf->upstream.temp_file_write_size = in ngx_http_fastcgi_merge_loc_conf()
2919 if (conf->upstream.temp_file_write_size < size) { in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c3065 conf->upstream.temp_file_write_size = 2 * size; in ngx_http_proxy_merge_loc_conf()
3067 conf->upstream.temp_file_write_size = in ngx_http_proxy_merge_loc_conf()
3071 if (conf->upstream.temp_file_write_size < size) { in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_grpc_module.c4205 conf->upstream.temp_file_write_size = 0; in ngx_http_grpc_create_loc_conf()