| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_chunked_filter_module.c | 155 tl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_chunked_body_filter() 200 tl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_chunked_body_filter() 264 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_chunked_create_trailers()
|
| H A D | ngx_http_sub_filter_module.c | 370 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_sub_body_filter() 396 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_sub_body_filter() 428 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_sub_body_filter() 480 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_sub_body_filter() 503 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_sub_body_filter()
|
| H A D | ngx_http_proxy_module.c | 1651 tl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_proxy_body_output_filter() 1682 tl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_proxy_body_output_filter() 1705 tl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_proxy_body_output_filter() 2038 cl = ngx_chain_get_free_buf(p->pool, &p->free); in ngx_http_proxy_copy_filter() 2116 cl = ngx_chain_get_free_buf(p->pool, &p->free); in ngx_http_proxy_chunked_filter() 2229 cl = ngx_chain_get_free_buf(r->pool, &u->free_bufs); in ngx_http_proxy_non_buffered_copy_filter() 2295 cl = ngx_chain_get_free_buf(r->pool, &u->free_bufs); in ngx_http_proxy_non_buffered_chunked_filter()
|
| H A D | ngx_http_fastcgi_module.c | 1398 cl = ngx_chain_get_free_buf(r->pool, &f->free); in ngx_http_fastcgi_body_output_filter() 1464 tl = ngx_chain_get_free_buf(r->pool, &f->free); in ngx_http_fastcgi_body_output_filter() 1531 tl = ngx_chain_get_free_buf(r->pool, &f->free); in ngx_http_fastcgi_body_output_filter() 2255 cl = ngx_chain_get_free_buf(p->pool, &p->free); in ngx_http_fastcgi_input_filter() 2489 cl = ngx_chain_get_free_buf(r->pool, &u->free_bufs); in ngx_http_fastcgi_non_buffered_filter()
|
| H A D | ngx_http_memcached_module.c | 516 cl = ngx_chain_get_free_buf(ctx->request->pool, &u->free_bufs); in ngx_http_memcached_filter()
|
| H A D | ngx_http_grpc_module.c | 1247 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_grpc_body_output_filter() 2264 cl = ngx_chain_get_free_buf(r->pool, &u->free_bufs); in ngx_http_grpc_filter() 3943 cl = ngx_chain_get_free_buf(r->pool, &ctx->free); in ngx_http_grpc_get_buf()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.h | 162 ngx_chain_t *ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free);
|
| H A D | ngx_buf.c | 157 ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free) in ngx_chain_get_free_buf() function
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request_body.c | 887 tl = ngx_chain_get_free_buf(r->pool, &rb->free); in ngx_http_request_body_length_filter() 995 tl = ngx_chain_get_free_buf(r->pool, &rb->free); in ngx_http_request_body_chunked_filter() 1039 tl = ngx_chain_get_free_buf(r->pool, &rb->free); in ngx_http_request_body_chunked_filter() 1151 cl = ngx_chain_get_free_buf(r->pool, &rb->free); in ngx_http_request_body_save_filter()
|
| H A D | ngx_http_upstream.c | 3707 cl = ngx_chain_get_free_buf(r->pool, &u->free_bufs); in ngx_http_upstream_non_buffered_filter()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.c | 884 cl = ngx_chain_get_free_buf(p->pool, &p->free); in ngx_event_pipe_write_chain_to_temp_file() 959 cl = ngx_chain_get_free_buf(p->pool, &p->free); in ngx_event_pipe_copy_input_filter()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 864 cl = ngx_chain_get_free_buf(c->pool, &u->free); in ngx_stream_proxy_init_upstream() 883 cl = ngx_chain_get_free_buf(c->pool, &u->free); in ngx_stream_proxy_init_upstream() 1650 cl = ngx_chain_get_free_buf(c->pool, &u->free); in ngx_stream_proxy_process()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 1636 cl = ngx_chain_get_free_buf(stream->request->pool, &stream->free_bufs); in ngx_http_v2_filter_get_shadow() 1702 cl = ngx_chain_get_free_buf(stream->request->pool, in ngx_http_v2_filter_get_data_frame()
|
| H A D | ngx_http_v2.c | 4066 cl = ngx_chain_get_free_buf(r->pool, &rb->free); in ngx_http_v2_filter_request_body()
|