Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c41 ngx_chain_t *copy_buf; member
710 if (ctx->copy_buf) { in ngx_http_gzip_filter_add_data()
717 ctx->copy_buf->next = ctx->copied; in ngx_http_gzip_filter_add_data()
718 ctx->copied = ctx->copy_buf; in ngx_http_gzip_filter_add_data()
719 ctx->copy_buf = NULL; in ngx_http_gzip_filter_add_data()
727 ctx->copy_buf = cl; in ngx_http_gzip_filter_add_data()