Home
last modified time | relevance | path

Searched refs:zin (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.c62 size_t zin; member
940 ctx->zin = ctx->zstream.total_in; in ngx_http_gzip_filter_deflate_end()
992 trailer->zlen = ctx->zin; in ngx_http_gzip_filter_deflate_end()
1001 trailer->zlen[0] = (u_char) (ctx->zin & 0xff); in ngx_http_gzip_filter_deflate_end()
1002 trailer->zlen[1] = (u_char) ((ctx->zin >> 8) & 0xff); in ngx_http_gzip_filter_deflate_end()
1003 trailer->zlen[2] = (u_char) ((ctx->zin >> 16) & 0xff); in ngx_http_gzip_filter_deflate_end()
1004 trailer->zlen[3] = (u_char) ((ctx->zin >> 24) & 0xff); in ngx_http_gzip_filter_deflate_end()
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()