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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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);
H A Ddeflate.c416 int ZEXPORT deflateParams(strm, level, strategy) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dexample.c309 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
H A Dzconf.h46 # define deflateParams z_deflateParams macro
H A Dzlib.h660 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
672 Before the call of deflateParams, the stream state must be set as for
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Dgzwrite.c531 deflateParams(strm, level, strategy);
H A Ddeflate.c490 int ZEXPORT deflateParams(strm, level, strategy) function
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dzconf.h51 # define deflateParams z_deflateParams macro
H A Dzlib.h706 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
721 If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
723 take effect. In this case, deflateParams() can be called again with the
728 request until strm.avail_out is not zero, before calling deflateParams().
729 Then no more input data should be provided before the deflateParams() call.
731 compressed before deflateParams(), and the new level and strategy will be
732 applied to the the data compressed after deflateParams().
734 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
739 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be

Completed in 33 milliseconds