Home
last modified time | relevance | path

Searched refs:output_filter (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h47 ngx_event_pipe_output_filter_pt output_filter; member
H A Dngx_event_pipe.c547 rc = p->output_filter(p->output_ctx, p->out); in ngx_event_pipe_write_to_downstream()
569 rc = p->output_filter(p->output_ctx, p->in); in ngx_event_pipe_write_to_downstream()
690 rc = p->output_filter(p->output_ctx, out); in ngx_event_pipe_write_to_downstream()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h111 ngx_output_chain_filter_pt output_filter; member
H A Dngx_output_chain.c65 return ctx->output_filter(ctx->filter_ctx, in); in ngx_output_chain()
74 return ctx->output_filter(ctx->filter_ctx, in); in ngx_output_chain()
234 last = ctx->output_filter(ctx->filter_ctx, out); in ngx_output_chain()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c124 ctx->output_filter = (ngx_output_chain_filter_pt) in ngx_http_copy_filter()
H A Dngx_http_upstream.c646 if (u->output.output_filter == NULL) { in ngx_http_upstream_init_request()
647 u->output.output_filter = ngx_chain_writer; in ngx_http_upstream_init_request()
3120 p->output_filter = ngx_http_upstream_output_filter; in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c1185 u->output.output_filter = ngx_http_fastcgi_body_output_filter; in ngx_http_fastcgi_create_request()
H A Dngx_http_grpc_module.c1063 u->output.output_filter = ngx_http_grpc_body_output_filter; in ngx_http_grpc_create_request()
H A Dngx_http_proxy_module.c1503 u->output.output_filter = ngx_http_proxy_body_output_filter; in ngx_http_proxy_create_request()