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

  /src/distrib/utils/zcat/
zcat.c 142 int deflateParams(z_streamp strm, int level, int strategy)
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 144 function deflateParams
395 pragma Import (C, deflateParams, "deflateParams");
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 216 procedure deflateParams; external;
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
201 function deflateParams; external;
  /src/sys/net/
zlib.h 75 # define deflateParams z_deflateParams
815 ZEXTERN int ZEXPORT deflateParams(z_streamp, int, int);
825 Before the call of deflateParams, the stream state must be set as for
829 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
  /src/common/dist/zlib/
deflate.c 754 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
1618 * In case deflateParams() is used to later switch to a non-zero compression
1716 * insert in the hash tables, in the event that deflateParams() switches to
zconf.h 58 # define deflateParams z_deflateParams
zconf.h.in 54 # define deflateParams z_deflateParams

Completed in 36 milliseconds