Searched refs:decomp_windowBits (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dzlib.c22 int decomp_windowBits; member in struct:zlib_ctx
204 ctx->decomp_windowBits = tb[ZLIB_DECOMP_WINDOWBITS]
212 ret = zlib_inflateInit2(stream, ctx->decomp_windowBits);
287 if (dctx->decomp_windowBits < 0) {

Completed in 13 milliseconds