Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_chunked_filter_module.c155 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 Dngx_http_sub_filter_module.c370 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 Dngx_http_proxy_module.c1651 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 Dngx_http_fastcgi_module.c1398 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 Dngx_http_memcached_module.c516 cl = ngx_chain_get_free_buf(ctx->request->pool, &u->free_bufs); in ngx_http_memcached_filter()
H A Dngx_http_grpc_module.c1247 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 Dngx_buf.h162 ngx_chain_t *ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free);
H A Dngx_buf.c157 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 Dngx_http_request_body.c887 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 Dngx_http_upstream.c3707 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 Dngx_event_pipe.c884 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 Dngx_stream_proxy_module.c864 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 Dngx_http_v2_filter_module.c1636 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 Dngx_http_v2.c4066 cl = ngx_chain_get_free_buf(r->pool, &rb->free); in ngx_http_v2_filter_request_body()