Searched refs:ngx_chain_add_copy (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.h | 160 ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
|
| H A D | ngx_buf.c | 127 ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain, ngx_chain_t *in) in ngx_chain_add_copy() function
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_postpone_filter_module.c | 172 if (ngx_chain_add_copy(r->pool, &pr->out, in) == NGX_OK) { in ngx_http_postpone_filter_add()
|
| H A D | ngx_http_request_body.c | 1122 if (ngx_chain_add_copy(r->pool, &rb->bufs, in) != NGX_OK) { in ngx_http_request_body_save_filter()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 198 if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) { in ngx_http_gunzip_body_filter()
|
| H A D | ngx_http_sub_filter_module.c | 324 if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) { in ngx_http_sub_body_filter()
|
| H A D | ngx_http_gzip_filter_module.c | 372 if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) { in ngx_http_gzip_body_filter()
|
| H A D | ngx_http_ssi_filter_module.c | 419 if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) { in ngx_http_ssi_body_filter()
|
| H A D | ngx_http_grpc_module.c | 1124 if (ngx_chain_add_copy(r->pool, &ctx->in, in) != NGX_OK) { in ngx_http_grpc_body_output_filter()
|