Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h79 off_t max_temp_file_size; member
H A Dngx_event_pipe.c265 || p->temp_file->offset < p->max_temp_file_size) in ngx_event_pipe_read_upstream()
797 > p->max_temp_file_size))) in ngx_event_pipe_write_chain_to_temp_file()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h162 size_t max_temp_file_size; member
H A Dngx_http_upstream.c3161 p->max_temp_file_size = u->conf->max_temp_file_size; in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1408 conf->upstream.max_temp_file_size = 1024 * 1024 * 1024; in ngx_http_scgi_merge_loc_conf()
1410 conf->upstream.max_temp_file_size = in ngx_http_scgi_merge_loc_conf()
1414 if (conf->upstream.max_temp_file_size != 0 in ngx_http_scgi_merge_loc_conf()
1415 && conf->upstream.max_temp_file_size < size) in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c1629 conf->upstream.max_temp_file_size = 1024 * 1024 * 1024; in ngx_http_uwsgi_merge_loc_conf()
1631 conf->upstream.max_temp_file_size = in ngx_http_uwsgi_merge_loc_conf()
1635 if (conf->upstream.max_temp_file_size != 0 in ngx_http_uwsgi_merge_loc_conf()
1636 && conf->upstream.max_temp_file_size < size) in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_memcached_module.c621 conf->upstream.max_temp_file_size = 0; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_fastcgi_module.c2934 conf->upstream.max_temp_file_size = 1024 * 1024 * 1024; in ngx_http_fastcgi_merge_loc_conf()
2936 conf->upstream.max_temp_file_size = in ngx_http_fastcgi_merge_loc_conf()
2940 if (conf->upstream.max_temp_file_size != 0 in ngx_http_fastcgi_merge_loc_conf()
2941 && conf->upstream.max_temp_file_size < size) in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c3085 conf->upstream.max_temp_file_size = 1024 * 1024 * 1024; in ngx_http_proxy_merge_loc_conf()
3087 conf->upstream.max_temp_file_size = in ngx_http_proxy_merge_loc_conf()
3091 if (conf->upstream.max_temp_file_size != 0 in ngx_http_proxy_merge_loc_conf()
3092 && conf->upstream.max_temp_file_size < size) in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_grpc_module.c4204 conf->upstream.max_temp_file_size = 0; in ngx_http_grpc_create_loc_conf()