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

  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 248 function deflateInit
421 pragma Import (C, deflateInit, "deflateInit_");
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 106 function deflateInit(var strm: z_stream; level: Integer): Integer;
227 function deflateInit(var strm: z_stream; level: Integer): Integer;
  /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/
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 54 # define deflateInit z_deflateInit
zconf.h.in 50 # define deflateInit z_deflateInit

Completed in 14 milliseconds