| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.h | 163 void ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free,
|
| H A D | ngx_buf.c | 185 ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free, ngx_chain_t **busy, in ngx_chain_update_chains() function
|
| H A D | ngx_output_chain.c | 240 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 D | ngx_http_gunzip_filter_module.c | 213 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 D | ngx_http_chunked_filter_module.c | 221 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &out, in ngx_http_chunked_body_filter()
|
| H A D | ngx_http_gzip_filter_module.c | 389 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 D | ngx_http_fastcgi_module.c | 1612 ngx_chain_update_chains(r->pool, &f->free, &f->busy, &out, in ngx_http_fastcgi_body_output_filter()
|
| H A D | ngx_http_grpc_module.c | 1404 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &out, in ngx_http_grpc_body_output_filter()
|
| H A D | ngx_http_proxy_module.c | 1728 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 D | ngx_http_request_body.c | 923 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 D | ngx_http_upstream.c | 3592 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 D | ngx_event_pipe.c | 692 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 D | ngx_stream_proxy_module.c | 1587 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 D | ngx_http_v2.c | 4133 ngx_chain_update_chains(r->pool, &rb->free, &rb->busy, &cl, in ngx_http_v2_filter_request_body()
|