Searched refs:deflateParams (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/distrib/utils/zcat/
H A Dzcat.c129 int deflateParams(z_streamp strm, int level, int strategy) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dzconf.h79 #define deflateParams z_deflateParams macro
H A Dzlib.h608 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
620 Before the call of deflateParams, the stream state must be set as for
624 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dzconf.h30 # define deflateParams z_deflateParams macro
H A Dzconf.in.h28 # define deflateParams z_deflateParams macro
H A Dexample.c280 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
287 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
H A Dzlib.h608 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
620 Before the call of deflateParams, the stream state must be set as for
624 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Dgzio.c259 return deflateParams (&(s->stream), level, strategy);
H A Ddeflate.c418 int ZEXPORT deflateParams(strm, level, strategy) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dzconf.h26 # define deflateParams z_deflateParams macro
H A Dzconf.in.h26 # define deflateParams z_deflateParams macro
H A Dexample.c278 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
285 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
H A Dzlib.h606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
618 Before the call of deflateParams, the stream state must be set as for
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Dgzio.c253 return deflateParams (&(s->stream), level, strategy);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h75 # define deflateParams z_deflateParams macro
814 ZEXTERN int ZEXPORT deflateParams(z_streamp, int, int);
824 Before the call of deflateParams, the stream state must be set as for
828 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas98 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; function
168 function deflateParams; external; function
H A Dexample.pas298 deflateParams(c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dzlibpas.pas98 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; function
168 function deflateParams; external; function
H A Dexample.pas298 deflateParams(c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dzlib.c295 deflateParams (&cb->zstr, gzip_level, Z_DEFAULT_STRATEGY);
/netbsd-6-1-5-RELEASE/common/dist/zlib/as400/
H A Dzlib.inc247 D deflateParams PR 10I 0 extproc('deflateParams') Change level & strat
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc247 D deflateParams PR 10I 0 extproc('deflateParams') Change level & strat
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/delphi/
H A DZLib.pas216 procedure deflateParams; external; procedure
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/delphi/
H A DZLib.pas216 procedure deflateParams; external; procedure
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.c1070 deflateParams() is called immediately after deflateReset(), there is
1074 (void)deflateParams(&strm, level, Z_DEFAULT_STRATEGY);
1354 (void)deflateParams(strm, level, Z_DEFAULT_STRATEGY);

Completed in 333 milliseconds

12