ngx_chain_add_copy  166 src/core/ngx_buf.h ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
ngx_chain_add_copy  198 src/http/modules/ngx_http_gunzip_filter_module.c         if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) {
ngx_chain_add_copy  369 src/http/modules/ngx_http_gzip_filter_module.c         if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) {
ngx_chain_add_copy  417 src/http/modules/ngx_http_ssi_filter_module.c         if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) {
ngx_chain_add_copy  229 src/http/modules/ngx_http_sub_filter_module.c         if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) {
ngx_chain_add_copy  161 src/http/ngx_http_postpone_filter_module.c     if (ngx_chain_add_copy(r->pool, &pr->out, in) == NGX_OK) {
ngx_chain_add_copy 1171 src/http/ngx_http_request_body.c     if (ngx_chain_add_copy(r->pool, &rb->bufs, in) != NGX_OK) {