Searched refs:temp_path (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 185 ngx_path_t *temp_path; member
|
| H A D | ngx_http_upstream.c | 3142 p->temp_file->path = u->conf->temp_path; in ngx_http_upstream_send_response() 4064 tf->path = u->conf->temp_path; in ngx_http_upstream_store()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 343 offsetof(ngx_http_scgi_loc_conf_t, upstream.temp_path), 1443 if (ngx_conf_merge_path_value(cf, &conf->upstream.temp_path, in ngx_http_scgi_merge_loc_conf() 1444 prev->upstream.temp_path, in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 404 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.temp_path), 1664 if (ngx_conf_merge_path_value(cf, &conf->upstream.temp_path, in ngx_http_uwsgi_merge_loc_conf() 1665 prev->upstream.temp_path, in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 493 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.temp_path), 2969 if (ngx_conf_merge_path_value(cf, &conf->upstream.temp_path, in ngx_http_fastcgi_merge_loc_conf() 2970 prev->upstream.temp_path, in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 577 offsetof(ngx_http_proxy_loc_conf_t, upstream.temp_path), 3120 if (ngx_conf_merge_path_value(cf, &conf->upstream.temp_path, in ngx_http_proxy_merge_loc_conf() 3121 prev->upstream.temp_path, in ngx_http_proxy_merge_loc_conf()
|