Home
last modified time | relevance | path

Searched refs:ngx_temp_file_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h84 } ngx_temp_file_t; typedef
138 ssize_t ngx_write_chain_to_temp_file(ngx_temp_file_t *tf, ngx_chain_t *chain);
H A Dngx_file.c109 ngx_write_chain_to_temp_file(ngx_temp_file_t *tf, ngx_chain_t *chain) in ngx_write_chain_to_temp_file()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h192 void ngx_http_file_cache_update(ngx_http_request_t *r, ngx_temp_file_t *tf);
195 void ngx_http_file_cache_free(ngx_http_cache_t *c, ngx_temp_file_t *tf);
H A Dngx_http_request.h295 ngx_temp_file_t *temp_file;
H A Dngx_http_request_body.c433 ngx_temp_file_t *tf; in ngx_http_write_request_body()
443 tf = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t)); in ngx_http_write_request_body()
H A Dngx_http_upstream.c3134 p->temp_file = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t)); in ngx_http_upstream_send_response()
3937 ngx_temp_file_t *tf; in ngx_http_upstream_process_request()
4048 ngx_temp_file_t *tf; in ngx_http_upstream_store()
4057 tf = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t)); in ngx_http_upstream_store()
H A Dngx_http_file_cache.c1356 ngx_http_file_cache_update(ngx_http_request_t *r, ngx_temp_file_t *tf) in ngx_http_file_cache_update()
1616 ngx_http_file_cache_free(ngx_http_cache_t *c, ngx_temp_file_t *tf) in ngx_http_file_cache_free()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h96 ngx_temp_file_t *temp_file;