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

  /src/distrib/utils/zcat/
zcat.c 142 int deflateParams(z_streamp strm, int level, int strategy)
  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 79 #define deflateParams z_deflateParams
deflate.c 422 int ZEXPORT deflateParams(strm, level, strategy)
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas 216 procedure deflateParams; external;
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
201 function deflateParams; external;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas 216 procedure deflateParams; external;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
201 function deflateParams; external;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas 216 procedure deflateParams; external;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibpas.pas 120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
201 function deflateParams; external;
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas 216 procedure deflateParams; external;
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibpas.pas 120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
201 function deflateParams; external;
  /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/external/gpl3/binutils/dist/zlib/
deflate.c 752 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
1616 * In case deflateParams() is used to later switch to a non-zero compression
1714 * insert in the hash tables, in the event that deflateParams() switches to
zconf.h 54 # define deflateParams z_deflateParams
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 609 int ZEXPORT deflateParams(strm, level, strategy)
1674 * In case deflateParams() is used to later switch to a non-zero compression
1775 * insert in the hash tables, in the event that deflateParams() switches to
zconf.h 51 # define deflateParams z_deflateParams
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 609 int ZEXPORT deflateParams(strm, level, strategy)
1674 * In case deflateParams() is used to later switch to a non-zero compression
1775 * insert in the hash tables, in the event that deflateParams() switches to
zconf.h 51 # define deflateParams z_deflateParams
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 752 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
1616 * In case deflateParams() is used to later switch to a non-zero compression
1714 * insert in the hash tables, in the event that deflateParams() switches to
zconf.h 54 # define deflateParams z_deflateParams
  /src/common/dist/zlib/
deflate.c 776 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
1659 * In case deflateParams() is used to later switch to a non-zero compression
1758 * insert in the hash tables, in the event that deflateParams() switches to
zconf.h 62 # define deflateParams z_deflateParams
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 70 # define deflateParams netpgpv_z_deflateParams
951 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
963 Before the call of deflateParams, the stream state must be set as for
967 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source

Completed in 33 milliseconds