Home
last modified time | relevance | path

Searched refs:ngx_chain_update_chains (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h163 void ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free,
H A Dngx_buf.c185 ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free, ngx_chain_t **busy, in ngx_chain_update_chains() function
H A Dngx_output_chain.c240 ngx_chain_update_chains(ctx->pool, &ctx->free, &ctx->busy, &out, in ngx_output_chain()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gunzip_filter_module.c213 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &cl, in ngx_http_gunzip_body_filter()
276 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &ctx->out, in ngx_http_gunzip_body_filter()
H A Dngx_http_chunked_filter_module.c221 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &out, in ngx_http_chunked_body_filter()
H A Dngx_http_gzip_filter_module.c389 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &cl, in ngx_http_gzip_body_filter()
463 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &ctx->out, in ngx_http_gzip_body_filter()
H A Dngx_http_fastcgi_module.c1612 ngx_chain_update_chains(r->pool, &f->free, &f->busy, &out, in ngx_http_fastcgi_body_output_filter()
H A Dngx_http_grpc_module.c1404 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &out, in ngx_http_grpc_body_output_filter()
H A Dngx_http_proxy_module.c1728 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &out, in ngx_http_proxy_body_output_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c923 ngx_chain_update_chains(r->pool, &rb->free, &rb->busy, &out, in ngx_http_request_body_length_filter()
1076 ngx_chain_update_chains(r->pool, &rb->free, &rb->busy, &out, in ngx_http_request_body_chunked_filter()
H A Dngx_http_upstream.c3592 ngx_chain_update_chains(r->pool, &u->free_bufs, &u->busy_bufs, in ngx_http_upstream_process_non_buffered_request()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c692 ngx_chain_update_chains(p->pool, &p->free, &p->busy, &out, p->tag); in ngx_event_pipe_write_to_downstream()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c1587 ngx_chain_update_chains(c->pool, &u->free, busy, out, in ngx_stream_proxy_process()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c4133 ngx_chain_update_chains(r->pool, &rb->free, &rb->busy, &cl, in ngx_http_v2_filter_request_body()