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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Ddeflate.c17 struct z_stream_s comp_stream; member in struct:deflate_ctx
24 struct z_stream_s *stream = &ctx->comp_stream;
70 zlib_deflateEnd(&ctx->comp_stream);
71 vfree(ctx->comp_stream.workspace);
108 struct z_stream_s *stream = &dctx->comp_stream;

Completed in 43 milliseconds