Searched refs:zout (Results 1 – 1 of 1) sorted by relevance
63 size_t zout; member941 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()