Home
last modified time | relevance | path

Searched refs:zout (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.c63 size_t zout; member
941 ctx->zout = 10 + ctx->zstream.total_out + 8; in ngx_http_gzip_filter_deflate_end()
1117 if (ctx == NULL || ctx->zout == 0) { in ngx_http_gzip_ratio_variable()
1131 zint = (ngx_uint_t) (ctx->zin / ctx->zout); in ngx_http_gzip_ratio_variable()
1132 zfrac = (ngx_uint_t) ((ctx->zin * 100 / ctx->zout) % 100); in ngx_http_gzip_ratio_variable()
1134 if ((ctx->zin * 1000 / ctx->zout) % 10 > 4) { in ngx_http_gzip_ratio_variable()