Home
last modified time | relevance | path

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 Dngx_file.h139 ngx_int_t ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path,
H A Dngx_file.c114 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 Dngx_http_request_body.c468 if (ngx_create_temp_file(&tf->file, tf->path, tf->pool, in ngx_http_write_request_body()
H A Dngx_http_upstream.c4068 if (ngx_create_temp_file(&tf->file, tf->path, tf->pool, in ngx_http_upstream_store()