temp_file          52 core/ngx_buf.h     unsigned         temp_file:1;
temp_file         220 event/ngx_event_pipe.c                        || p->temp_file->offset < p->max_temp_file_size)
temp_file         231 event/ngx_event_pipe.c                                "pipe temp offset: %O", p->temp_file->offset);
temp_file         497 event/ngx_event_pipe.c                 if (ngx_write_chain_to_temp_file(p->temp_file, &file)
temp_file         645 event/ngx_event_pipe.c             if (cl->buf->temp_file) {
temp_file         652 event/ngx_event_pipe.c                 if (cl->buf->file_last == p->temp_file->offset) {
temp_file         653 event/ngx_event_pipe.c                     p->temp_file->offset = 0;
temp_file         700 event/ngx_event_pipe.c                        "pipe offset: %O", p->temp_file->offset);
temp_file         710 event/ngx_event_pipe.c                || (p->temp_file->offset + size + bsize > p->max_temp_file_size))
temp_file         741 event/ngx_event_pipe.c     if (ngx_write_chain_to_temp_file(p->temp_file, out) == NGX_ERROR) {
temp_file         753 event/ngx_event_pipe.c         p->temp_file->offset = p->buf_to_file->last - p->buf_to_file->pos;
temp_file         763 event/ngx_event_pipe.c         b->file = &p->temp_file->file;
temp_file         764 event/ngx_event_pipe.c         b->file_pos = p->temp_file->offset;
temp_file         765 event/ngx_event_pipe.c         p->temp_file->offset += b->last - b->pos;
temp_file         766 event/ngx_event_pipe.c         b->file_last = p->temp_file->offset;
temp_file         769 event/ngx_event_pipe.c         b->temp_file = 1;
temp_file          83 event/ngx_event_pipe.h     ngx_temp_file_t   *temp_file;
temp_file         218 http/modules/ngx_http_dav_module.c     temp = &r->request_body->temp_file->file.name;
temp_file         256 http/modules/ngx_http_dav_module.c             ext.fd = r->request_body->temp_file->file.fd;
temp_file          84 http/ngx_http_cache.h     unsigned                         temp_file:1;
temp_file         285 http/ngx_http_file_cache.c         c->temp_file = 1;
temp_file         301 http/ngx_http_file_cache.c             c->temp_file = 1;
temp_file         951 http/ngx_http_file_cache.c     if (c->temp_file) {
temp_file         272 http/ngx_http_request.h     ngx_temp_file_t                  *temp_file;
temp_file          85 http/ngx_http_request_body.c             rb->temp_file = tf;
temp_file         348 http/ngx_http_request_body.c     if (rb->temp_file || r->request_body_in_file_only) {
temp_file         363 http/ngx_http_request_body.c         b->file_last = rb->temp_file->file.offset;
temp_file         364 http/ngx_http_request_body.c         b->file = &rb->temp_file->file;
temp_file         394 http/ngx_http_request_body.c     if (rb->temp_file == NULL) {
temp_file         415 http/ngx_http_request_body.c         rb->temp_file = tf;
temp_file         418 http/ngx_http_request_body.c     n = ngx_write_chain_to_temp_file(rb->temp_file, body);
temp_file         426 http/ngx_http_request_body.c     rb->temp_file->offset += n;
temp_file        1150 http/ngx_http_upstream.c         && r->request_body->temp_file
temp_file        1292 http/ngx_http_upstream.c     if (r->request_body && r->request_body->temp_file
temp_file        1743 http/ngx_http_upstream.c                 ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
temp_file        2041 http/ngx_http_upstream.c     if (r->request_body && r->request_body->temp_file) {
temp_file        2042 http/ngx_http_upstream.c         ngx_pool_run_cleanup_file(r->pool, r->request_body->temp_file->file.fd);
temp_file        2043 http/ngx_http_upstream.c         r->request_body->temp_file->file.fd = NGX_INVALID_FILE;
temp_file        2197 http/ngx_http_upstream.c         ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
temp_file        2216 http/ngx_http_upstream.c     p->temp_file = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t));
temp_file        2217 http/ngx_http_upstream.c     if (p->temp_file == NULL) {
temp_file        2222 http/ngx_http_upstream.c     p->temp_file->file.fd = NGX_INVALID_FILE;
temp_file        2223 http/ngx_http_upstream.c     p->temp_file->file.log = c->log;
temp_file        2224 http/ngx_http_upstream.c     p->temp_file->path = u->conf->temp_path;
temp_file        2225 http/ngx_http_upstream.c     p->temp_file->pool = r->pool;
temp_file        2228 http/ngx_http_upstream.c         p->temp_file->persistent = 1;
temp_file        2231 http/ngx_http_upstream.c         p->temp_file->log_level = NGX_LOG_WARN;
temp_file        2232 http/ngx_http_upstream.c         p->temp_file->warn = "an upstream response is buffered "
temp_file        2632 http/ngx_http_upstream.c             tf = u->pipe->temp_file;
temp_file        2653 http/ngx_http_upstream.c                                   u->pipe->temp_file->file.name.data);
temp_file        2663 http/ngx_http_upstream.c                 ngx_http_file_cache_update(r, u->pipe->temp_file);
temp_file        2669 http/ngx_http_upstream.c                 ngx_http_file_cache_update(r, u->pipe->temp_file);
temp_file        2672 http/ngx_http_upstream.c                 ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
temp_file        2709 http/ngx_http_upstream.c     tf = u->pipe->temp_file;
temp_file        2733 http/ngx_http_upstream.c         u->pipe->temp_file = tf;
temp_file        2989 http/ngx_http_upstream.c     if (u->pipe && u->pipe->temp_file) {
temp_file        2992 http/ngx_http_upstream.c                        u->pipe->temp_file->file.fd);
temp_file        3010 http/ngx_http_upstream.c         ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
temp_file        1552 http/ngx_http_variables.c         || r->request_body->temp_file)
temp_file        1598 http/ngx_http_variables.c     if (r->request_body == NULL || r->request_body->temp_file == NULL) {
temp_file        1604 http/ngx_http_variables.c     v->len = r->request_body->temp_file->file.name.len;
temp_file        1608 http/ngx_http_variables.c     v->data = r->request_body->temp_file->file.name.data;