/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 62 #define deflateParams Cr_z_deflateParams macro
|
H A D | zconf.h | 63 # define deflateParams z_deflateParams macro
|
H A D | zlib.h | 705 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 D | gzwrite.c | 622 deflateParams(strm, level, strategy);
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 65 #define deflateParams Cr_z_deflateParams macro
|
H A D | zconf.h | 66 # define deflateParams z_deflateParams macro
|
H A D | zlib.h | 705 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 D | gzwrite.c | 587 deflateParams(strm, level, strategy); in gzsetparams()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 26 # define deflateParams z_deflateParams macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 62 #define deflateParams Cr_z_deflateParams macro
|
H A D | zconf.h | 63 # define deflateParams z_deflateParams macro
|
H A D | gzwrite.c | 619 deflateParams(strm, level, strategy);
|
H A D | zlib.h | 706 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 D | example.pas | 298 deflateParams(c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); 305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
H A D | zlibpas.pas | 120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; in deflateParams() function 201 function deflateParams; external; function
|
/third_party/zlib/test/ |
H A D | example.c | 281 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 D | zconf.h | 42 # define deflateParams z_deflateParams
macro
|
H A D | gzwrite.c | 492 deflateParams(strm, level, strategy);
|
H A D | zlib.h | 646 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 D | deflate.c | 461 int ZEXPORT deflateParams(strm, level, strategy)
in deflateParams() function
|
/third_party/zlib/ |
H A D | zconf.h | 54 # define deflateParams z_deflateParams macro
|
H A D | zlib.h | 706 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 D | gzwrite.c | 594 deflateParams(strm, level, strategy); in gzsetparams()
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 216 procedure deflateParams; external; procedure
|
/third_party/node/src/ |
H A D | node_zlib.cc | 1088 err_ = deflateParams(&strm_, level, strategy); in SetParams()
|