Home
last modified time | relevance | path

Searched refs:ngx_calloc_buf (Results 1 – 24 of 24) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.c17 b = ngx_calloc_buf(pool); in ngx_create_temp_buf()
85 b = ngx_calloc_buf(pool); in ngx_create_chain_of_bufs()
173 cl->buf = ngx_calloc_buf(p); in ngx_chain_get_free_buf()
H A Dngx_buf.h148 #define ngx_calloc_buf(pool) ngx_pcalloc(pool, sizeof(ngx_buf_t)) macro
H A Dngx_output_chain.c358 b = ngx_calloc_buf(pool); in ngx_output_chain_add_copy()
483 b = ngx_calloc_buf(ctx->pool); in ngx_output_chain_get_buf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c206 b = ngx_calloc_buf(r->pool); in ngx_http_flv_handler()
220 b = ngx_calloc_buf(r->pool); in ngx_http_flv_handler()
H A Dngx_http_range_filter_module.c808 b = ngx_calloc_buf(r->pool); in ngx_http_range_multipart_body()
827 b = ngx_calloc_buf(r->pool); in ngx_http_range_multipart_body()
846 b = ngx_calloc_buf(r->pool); in ngx_http_range_multipart_body()
882 b = ngx_calloc_buf(r->pool); in ngx_http_range_multipart_body()
H A Dngx_http_gunzip_filter_module.c490 b = ngx_calloc_buf(ctx->request->pool); in ngx_http_gunzip_filter_inflate()
589 b = ngx_calloc_buf(ctx->request->pool); in ngx_http_gunzip_filter_inflate_end()
H A Dngx_http_static_module.c237 b = ngx_calloc_buf(r->pool); in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c251 b = ngx_calloc_buf(r->pool); in ngx_http_gzip_static_handler()
H A Dngx_http_image_filter_module.c584 b = ngx_calloc_buf(r->pool); in ngx_http_image_json()
636 b = ngx_calloc_buf(r->pool); in ngx_http_image_asis()
1070 b = ngx_calloc_buf(r->pool); in ngx_http_image_resize()
H A Dngx_http_gzip_filter_module.c670 b = ngx_calloc_buf(r->pool); in ngx_http_gzip_filter_gzheader()
880 b = ngx_calloc_buf(ctx->request->pool); in ngx_http_gzip_filter_deflate()
H A Dngx_http_ssi_filter_module.c501 b = ngx_calloc_buf(r->pool); in ngx_http_ssi_body_filter()
840 b = ngx_calloc_buf(r->pool); in ngx_http_ssi_body_filter()
873 b = ngx_calloc_buf(r->pool); in ngx_http_ssi_body_filter()
2358 b = ngx_calloc_buf(r->pool); in ngx_http_ssi_echo()
H A Dngx_http_xslt_filter_module.c587 b = ngx_calloc_buf(r->pool); in ngx_http_xslt_apply_stylesheet()
H A Dngx_http_charset_filter_module.c1113 cl->buf = ngx_calloc_buf(pool); in ngx_http_charset_get_buf()
H A Dngx_http_mp4_module.c646 b = ngx_calloc_buf(r->pool); in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c726 b = ngx_calloc_buf(r->pool); in ngx_http_send_special_response()
738 b = ngx_calloc_buf(r->pool); in ngx_http_send_special_response()
752 b = ngx_calloc_buf(r->pool); in ngx_http_send_special_response()
H A Dngx_http_request_body.c114 b = ngx_calloc_buf(r->pool); in ngx_http_read_client_request_body()
H A Dngx_http_file_cache.c1581 b = ngx_calloc_buf(r->pool); in ngx_http_cache_send()
H A Dngx_http_request.c3474 b = ngx_calloc_buf(r->pool); in ngx_http_send_special()
H A Dngx_http_core_module.c1722 b = ngx_calloc_buf(r->pool); in ngx_http_send_response()
H A Dngx_http_upstream.c3185 p->buf_to_file = ngx_calloc_buf(r->pool); in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_return_module.c107 b = ngx_calloc_buf(c->pool); in ngx_stream_return_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs603 b = ngx_calloc_buf(r->pool);
688 b = ngx_calloc_buf(r->pool);
763 b = ngx_calloc_buf(r->pool);
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c1136 b = ngx_calloc_buf(r->pool); in ngx_http_v2_create_headers_frame()
1255 b = ngx_calloc_buf(r->pool); in ngx_http_v2_create_push_frame()
H A Dngx_http_v2.c3881 rb->buf = ngx_calloc_buf(r->pool); in ngx_http_v2_read_request_body()