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

/external/qemu/distrib/zlib-1.2.3/
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
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...]
/external/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
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
241 if there is no error message. deflateInit does not perform any compression:
328 Z_FINISH can be used immediately after deflateInit if all the compression
531 This is another version of deflateInit with more compression options. The
542 deflateInit is used instead.
590 function must be called immediately after deflateInit, deflateInit2 or
607 deflateInit o
1625 #define deflateInit macro
[all...]
/external/openssh/
H A Dcompress.c48 deflateInit(&outgoing_stream, level);
/external/webp/src/enc/
H A Dalpha.c40 if (deflateInit(&strm, algo ? Z_BEST_SPEED : Z_BEST_COMPRESSION) != Z_OK) {
/external/skia/src/core/
H A DSkFlate.cpp46 rc = deflateInit(&flateData, Z_DEFAULT_COMPRESSION);
/external/zlib/contrib/pascal/
H A Dexample.pas195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
196 CHECK_ERR(err, 'deflateInit');
281 err := deflateInit(c_stream, Z_BEST_SPEED);
282 CHECK_ERR(err, 'deflateInit');
379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
380 CHECK_ERR(err, 'deflateInit');
458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
459 CHECK_ERR(err, 'deflateInit');
H A Dzlibpas.pas106 function deflateInit(var strm: z_stream; level: Integer): Integer; function
227 function deflateInit(var strm: z_stream; level: Integer): Integer; function
/external/zlib/examples/
H A Dfitblk.c7 1.1 25 Nov 2004 Change deflateInit2() to deflateInit()
151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION);
H A Dzpipe.c48 ret = deflateInit(&strm, level);
/external/zlib/test/
H A Dexample.c212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
213 CHECK_ERR(err, "deflateInit");
290 err = deflateInit(&c_stream, Z_BEST_SPEED);
291 CHECK_ERR(err, "deflateInit");
387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
388 CHECK_ERR(err, "deflateInit");
468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
469 CHECK_ERR(err, "deflateInit");
/external/zlib/contrib/testzlib/
H A Dtestzlib.c198 deflateInit(&zcpr,cprLevel);
/external/chromium/net/base/
H A Dgzip_filter_unittest.cc130 code = deflateInit(&zlib_stream, Z_DEFAULT_COMPRESSION);
/external/chromium/sdch/open-vcdiff/src/
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
1347 #define deflateInit macro
[all...]
/external/zlib/old/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
195 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
/external/zlib/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
279 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
/external/dropbear/
H A Dcommon-kex.c361 if (deflateInit(ses.newkeys->trans_zstream, Z_DEFAULT_COMPRESSION)
/external/openssl/crypto/comp/
H A Dc_zlib.c618 deflateInit(zout, ctx->comp_level);

Completed in 240 milliseconds