Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h62 #define deflateParams Cr_z_deflateParams macro
H A Dzconf.h63 # define deflateParams z_deflateParams macro
H A Dzlib.h705 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
H A Dgzwrite.c622 deflateParams(strm, level, strategy);
/third_party/node/deps/zlib/
H A Dchromeconf.h65 #define deflateParams Cr_z_deflateParams macro
H A Dzconf.h66 # define deflateParams z_deflateParams macro
H A Dzlib.h705 ZEXTERN int ZEXPORT deflateParams(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 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
H A Dgzwrite.c587 deflateParams(strm, level, strategy); in gzsetparams()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h26 # define deflateParams z_deflateParams macro
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h62 #define deflateParams Cr_z_deflateParams macro
H A Dzconf.h63 # define deflateParams z_deflateParams macro
H A Dgzwrite.c619 deflateParams(strm, level, strategy);
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
/third_party/zlib/contrib/pascal/
H A Dexample.pas298 deflateParams(c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
H A Dzlibpas.pas120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; in deflateParams() function
201 function deflateParams; external; function
/third_party/zlib/test/
H A Dexample.c281 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); in test_large_deflate()
288 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h42 # define deflateParams z_deflateParams macro
H A Dgzwrite.c492 deflateParams(strm, level, strategy);
H A Dzlib.h646 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
658 Before the call of deflateParams, the stream state must be set as for
662 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Ddeflate.c461 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() function
/third_party/zlib/
H A Dzconf.h54 # define deflateParams z_deflateParams macro
H A Dzlib.h706 ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
722 If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
724 take effect. In this case, deflateParams() can be called again with the
729 request until strm.avail_out is not zero, before calling deflateParams().
730 Then no more input data should be provided before the deflateParams() call.
732 compressed before deflateParams(), and the new level and strategy will be
733 applied to the data compressed after deflateParams().
735 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
740 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
H A Dgzwrite.c594 deflateParams(strm, level, strategy); in gzsetparams()
/third_party/zlib/contrib/delphi/
H A DZLib.pas216 procedure deflateParams; external; procedure
/third_party/node/src/
H A Dnode_zlib.cc1088 err_ = deflateParams(&strm_, level, strategy); in SetParams()

Completed in 32 milliseconds

12