Home
last modified time | relevance | path

Searched refs:ngx_output_chain (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h157 ngx_int_t ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in);
H A Dngx_output_chain.c46 ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in) in ngx_output_chain() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c152 rc = ngx_output_chain(ctx, in); in ngx_http_copy_filter()
H A Dngx_http_upstream.c2131 rc = ngx_output_chain(&u->output, out); in ngx_http_upstream_send_request_body()
2169 rc = ngx_output_chain(&u->output, out); in ngx_http_upstream_send_request_body()
/f-stack/app/nginx-1.16.1/auto/
H A Dsources55 src/core/ngx_output_chain.c \