HomeSort by: relevance | last modified time | path
    Searched refs:deflateInit (Results 1 - 14 of 14) sorted by relevancy

  /src/common/dist/zlib/
compress.c 15 parameter has the same meaning as in deflateInit. sourceLen is the byte
38 err = deflateInit(&stream, level);
71 If the default memLevel or windowBits for deflateInit() is changed, then
zconf.h 54 # define deflateInit z_deflateInit
zconf.h.in 50 # define deflateInit z_deflateInit
zlib.h 226 is automatically made by deflateInit and inflateInit.
230 ZEXTERN int ZEXPORT deflateInit(z_streamp strm, int level);
234 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
243 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
247 if there is no error message. deflateInit does not perform any compression:
336 Z_FINISH can be used in the first deflate call after deflateInit if all the
548 This is another version of deflateInit with more compression options. The
558 deflateInit is used instead.
619 function must be called immediately after deflateInit, deflateInit2 or
636 deflateInit or deflateInit2, a part of the dictionary may in effect b
    [all...]
zconf.h.cmakein 52 # define deflateInit z_deflateInit
  /src/common/dist/zlib/contrib/pascal/
example.pas 195 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');
zlibpas.pas 106 function deflateInit(var strm: z_stream; level: Integer): Integer;
227 function deflateInit(var strm: z_stream; level: Integer): Integer;
  /src/common/dist/zlib/test/
example.c 175 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
176 CHECK_ERR(err, "deflateInit");
249 err = deflateInit(&c_stream, Z_BEST_SPEED);
250 CHECK_ERR(err, "deflateInit");
341 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
342 CHECK_ERR(err, "deflateInit");
416 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
417 CHECK_ERR(err, "deflateInit");
  /src/common/dist/zlib/examples/
zpipe.c 48 ret = deflateInit(&strm, level);
fitblk.c 7 1.1 25 Nov 2004 Change deflateInit2() to deflateInit()
151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION);
  /src/common/dist/zlib/contrib/testzlib/
testzlib.c 198 deflateInit(&zcpr,cprLevel);
  /src/sys/net/
zlib.h 470 This check is automatically made by deflateInit and inflateInit.
474 ZEXTERN int ZEXPORT deflateInit(z_streamp, int);
478 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
487 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
491 msg is set to null if there is no error message. deflateInit does not
559 Z_FINISH can be used immediately after deflateInit if all the compression
708 This is another version of deflateInit with more compression options. The
719 deflateInit is used instead.
748 immediately after deflateInit, deflateInit2 or deflateReset, before any
760 deflateInit or deflateInit2, a part of the dictionary may in effect b
    [all...]
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 248 function deflateInit
421 pragma Import (C, deflateInit, "deflateInit_");
  /src/common/dist/zlib/os400/
zlib.inc 8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
301 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression

Completed in 20 milliseconds