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

/barrelfish-master/lib/zlib/
H A Dcompress.c13 parameter has the same meaning as in deflateInit. sourceLen is the byte
46 err = deflateInit(&stream, level);
72 If the default memLevel or windowBits for deflateInit() is changed, then
/barrelfish-master/include/
H A Dzlib.h216 This check is automatically made by deflateInit and inflateInit.
220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
237 msg is set to null if there is no error message. deflateInit does not
304 Z_FINISH can be used immediately after deflateInit if all the compression
487 This is another version of deflateInit with more compression options. The
498 deflateInit is used instead.
544 immediately after deflateInit, deflateInit2 or deflateReset, before any
556 deflateInit o
1331 #define deflateInit macro
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/comp/
H A Dc_zlib.c618 deflateInit(zout, ctx->comp_level);

Completed in 42 milliseconds