Searched refs:temp_file_write_size_conf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 357 offsetof(ngx_http_scgi_loc_conf_t, upstream.temp_file_write_size_conf), 1223 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1382 ngx_conf_merge_size_value(conf->upstream.temp_file_write_size_conf, in ngx_http_scgi_merge_loc_conf() 1383 prev->upstream.temp_file_write_size_conf, in ngx_http_scgi_merge_loc_conf() 1386 if (conf->upstream.temp_file_write_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_scgi_merge_loc_conf() 1390 conf->upstream.temp_file_write_size_conf; in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 418 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.temp_file_write_size_conf), 1436 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1603 ngx_conf_merge_size_value(conf->upstream.temp_file_write_size_conf, in ngx_http_uwsgi_merge_loc_conf() 1604 prev->upstream.temp_file_write_size_conf, in ngx_http_uwsgi_merge_loc_conf() 1607 if (conf->upstream.temp_file_write_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_uwsgi_merge_loc_conf() 1611 conf->upstream.temp_file_write_size_conf; in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 507 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.temp_file_write_size_conf), 2744 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2908 ngx_conf_merge_size_value(conf->upstream.temp_file_write_size_conf, in ngx_http_fastcgi_merge_loc_conf() 2909 prev->upstream.temp_file_write_size_conf, in ngx_http_fastcgi_merge_loc_conf() 2912 if (conf->upstream.temp_file_write_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_fastcgi_merge_loc_conf() 2916 conf->upstream.temp_file_write_size_conf; in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 591 offsetof(ngx_http_proxy_loc_conf_t, upstream.temp_file_write_size_conf), 2876 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 3060 ngx_conf_merge_size_value(conf->upstream.temp_file_write_size_conf, in ngx_http_proxy_merge_loc_conf() 3061 prev->upstream.temp_file_write_size_conf, in ngx_http_proxy_merge_loc_conf() 3064 if (conf->upstream.temp_file_write_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_proxy_merge_loc_conf() 3068 conf->upstream.temp_file_write_size_conf; in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 167 size_t temp_file_write_size_conf; member
|