pipe              595 http/modules/ngx_http_fastcgi_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
pipe              596 http/modules/ngx_http_fastcgi_module.c     if (u->pipe == NULL) {
pipe              600 http/modules/ngx_http_fastcgi_module.c     u->pipe->input_filter = ngx_http_fastcgi_input_filter;
pipe              601 http/modules/ngx_http_fastcgi_module.c     u->pipe->input_ctx = r;
pipe              608 http/modules/ngx_http_proxy_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
pipe              609 http/modules/ngx_http_proxy_module.c     if (u->pipe == NULL) {
pipe              613 http/modules/ngx_http_proxy_module.c     u->pipe->input_filter = ngx_event_pipe_copy_input_filter;
pipe              417 http/modules/ngx_http_scgi_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
pipe              418 http/modules/ngx_http_scgi_module.c     if (u->pipe == NULL) {
pipe              422 http/modules/ngx_http_scgi_module.c     u->pipe->input_filter = ngx_event_pipe_copy_input_filter;
pipe              423 http/modules/ngx_http_scgi_module.c     u->pipe->input_ctx = r;
pipe              450 http/modules/ngx_http_uwsgi_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
pipe              451 http/modules/ngx_http_uwsgi_module.c     if (u->pipe == NULL) {
pipe              455 http/modules/ngx_http_uwsgi_module.c     u->pipe->input_filter = ngx_event_pipe_copy_input_filter;
pipe              456 http/modules/ngx_http_uwsgi_module.c     u->pipe->input_ctx = r;
pipe             1743 http/ngx_http_upstream.c                 ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
pipe             2197 http/ngx_http_upstream.c         ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
pipe             2202 http/ngx_http_upstream.c     p = u->pipe;
pipe             2527 http/ngx_http_upstream.c     p = u->pipe;
pipe             2601 http/ngx_http_upstream.c         u->pipe->upstream_error = 1;
pipe             2605 http/ngx_http_upstream.c         if (ngx_event_pipe(u->pipe, 0) == NGX_ABORT) {
pipe             2624 http/ngx_http_upstream.c     p = u->pipe;
pipe             2632 http/ngx_http_upstream.c             tf = u->pipe->temp_file;
pipe             2653 http/ngx_http_upstream.c                                   u->pipe->temp_file->file.name.data);
pipe             2663 http/ngx_http_upstream.c                 ngx_http_file_cache_update(r, u->pipe->temp_file);
pipe             2669 http/ngx_http_upstream.c                 ngx_http_file_cache_update(r, u->pipe->temp_file);
pipe             2672 http/ngx_http_upstream.c                 ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
pipe             2709 http/ngx_http_upstream.c     tf = u->pipe->temp_file;
pipe             2733 http/ngx_http_upstream.c         u->pipe->temp_file = tf;
pipe             2949 http/ngx_http_upstream.c         if (u->pipe) {
pipe             2950 http/ngx_http_upstream.c             u->state->response_length = u->pipe->read_length;
pipe             2989 http/ngx_http_upstream.c     if (u->pipe && u->pipe->temp_file) {
pipe             2992 http/ngx_http_upstream.c                        u->pipe->temp_file->file.fd);
pipe             3010 http/ngx_http_upstream.c         ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
pipe              255 http/ngx_http_upstream.h     ngx_event_pipe_t                *pipe;
pipe               99 os/unix/ngx_posix_init.c     if (pipe(pp) == -1) {