ngx_chain_add_copy  154 core/ngx_buf.h ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
ngx_chain_add_copy  366 http/modules/ngx_http_gzip_filter_module.c         if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) {
ngx_chain_add_copy  398 http/modules/ngx_http_ssi_filter_module.c         if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) {
ngx_chain_add_copy  213 http/modules/ngx_http_sub_filter_module.c         if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) {
ngx_chain_add_copy  162 http/ngx_http_postpone_filter_module.c     if (ngx_chain_add_copy(r->pool, &pr->out, in) == NGX_OK) {