Lines Matching refs:deflate
1 /* $NetBSD: deflate.c,v 1.23 2017/05/17 06:33:04 knakahara Exp $ */
2 /* $FreeBSD: src/sys/opencrypto/deflate.c,v 1.1.2.1 2002/11/21 23:34:23 sam Exp $ */
3 /* $OpenBSD: deflate.c,v 1.3 2001/08/20 02:45:22 hugh Exp $ */
33 * This file contains a wrapper around the deflate algo compression
38 __KERNEL_RCSID(0, "$NetBSD: deflate.c,v 1.23 2017/05/17 06:33:04 knakahara Exp $");
47 #include <opencrypto/deflate.h>
60 * This function takes a block of data and (de)compress it using the deflate
128 deflate(&zbuf, Z_FINISH);
321 DPRINTF("pre: %s in:%u out:%u\n", decomp ? "deflate()" : "inflate()",
324 deflate(&zbuf, Z_FINISH);
325 DPRINTF("post: %s in:%u out:%u\n", decomp ? "deflate()" : "inflate()",