Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c701 if (cl->buf->temp_file) { in ngx_event_pipe_write_to_downstream()
709 p->temp_file->offset = 0; in ngx_event_pipe_write_to_downstream()
832 p->temp_file->thread_write = 1; in ngx_event_pipe_write_chain_to_temp_file()
835 p->temp_file->file.thread_ctx = p->thread_ctx; in ngx_event_pipe_write_chain_to_temp_file()
873 p->temp_file->offset += n; in ngx_event_pipe_write_chain_to_temp_file()
874 b->file_last = p->temp_file->offset; in ngx_event_pipe_write_chain_to_temp_file()
895 b->file = &p->temp_file->file; in ngx_event_pipe_write_chain_to_temp_file()
896 b->file_pos = p->temp_file->offset; in ngx_event_pipe_write_chain_to_temp_file()
897 p->temp_file->offset += n; in ngx_event_pipe_write_chain_to_temp_file()
898 b->file_last = p->temp_file->offset; in ngx_event_pipe_write_chain_to_temp_file()
[all …]
H A Dngx_event_pipe.h96 ngx_temp_file_t *temp_file; member
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c442 if (rb->temp_file == NULL) { in ngx_http_write_request_body()
463 rb->temp_file = tf; in ngx_http_write_request_body()
483 n = ngx_write_chain_to_temp_file(rb->temp_file, rb->bufs); in ngx_http_write_request_body()
491 rb->temp_file->offset += n; in ngx_http_write_request_body()
1143 if (rb->temp_file || r->request_body_in_file_only) { in ngx_http_request_body_save_filter()
1149 if (rb->temp_file->file.offset != 0) { in ngx_http_request_body_save_filter()
1161 b->file_last = rb->temp_file->file.offset; in ngx_http_request_body_save_filter()
1162 b->file = &rb->temp_file->file; in ngx_http_request_body_save_filter()
H A Dngx_http_upstream.c1610 && r->request_body->temp_file in ngx_http_upstream_connect()
3135 if (p->temp_file == NULL) { in ngx_http_upstream_send_response()
3141 p->temp_file->file.log = c->log; in ngx_http_upstream_send_response()
3142 p->temp_file->path = u->conf->temp_path; in ngx_http_upstream_send_response()
3143 p->temp_file->pool = r->pool; in ngx_http_upstream_send_response()
3146 p->temp_file->persistent = 1; in ngx_http_upstream_send_response()
3969 tf = p->temp_file; in ngx_http_upstream_process_request()
3990 tf = p->temp_file; in ngx_http_upstream_process_request()
4051 tf = u->pipe->temp_file; in ngx_http_upstream_store()
4075 u->pipe->temp_file = tf; in ngx_http_upstream_store()
[all …]
H A Dngx_http_cache.h115 unsigned temp_file:1; member
H A Dngx_http_request.h295 ngx_temp_file_t *temp_file; member
H A Dngx_http_variables.c2027 || r->request_body->temp_file) in ngx_http_variable_request_body()
2081 if (r->request_body == NULL || r->request_body->temp_file == NULL) { in ngx_http_variable_request_body_file()
2087 v->len = r->request_body->temp_file->file.name.len; in ngx_http_variable_request_body_file()
2091 v->data = r->request_body->temp_file->file.name.data; in ngx_http_variable_request_body_file()
H A Dngx_http_file_cache.c316 c->temp_file = 1; in ngx_http_file_cache_open()
333 c->temp_file = 1; in ngx_http_file_cache_open()
1660 if (c->temp_file) { in ngx_http_file_cache_free()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h53 unsigned temp_file:1; member
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs414 || r->request_body->temp_file
470 if (r->request_body == NULL || r->request_body->temp_file == NULL) {
474 ngx_http_perl_set_targ(r->request_body->temp_file->file.name.data,
475 r->request_body->temp_file->file.name.len);
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c223 if (r->request_body->temp_file == NULL) { in ngx_http_dav_put_handler()
240 temp = &r->request_body->temp_file->file.name; in ngx_http_dav_put_handler()
278 ext.fd = r->request_body->temp_file->file.fd; in ngx_http_dav_put_handler()