Searched refs:ngx_create_temp_file (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_file.h | 139 ngx_int_t ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path,
|
| H A D | ngx_file.c | 114 rc = ngx_create_temp_file(&tf->file, tf->path, tf->pool, in ngx_write_chain_to_temp_file() 141 ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path, ngx_pool_t *pool, in ngx_create_temp_file() function
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request_body.c | 468 if (ngx_create_temp_file(&tf->file, tf->path, tf->pool, in ngx_http_write_request_body()
|
| H A D | ngx_http_upstream.c | 4068 if (ngx_create_temp_file(&tf->file, tf->path, tf->pool, in ngx_http_upstream_store()
|