OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deflateParams
(Results
1 - 14
of
14
) sorted by relevancy
/src/distrib/utils/zcat/
zcat.c
142
int
deflateParams
(z_streamp strm, int level, int strategy)
/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
zlib.c
971
int ZEXPORT
deflateParams
(strm, level, strategy)
/src/common/dist/zlib/test/
example.c
268
deflateParams
(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
275
deflateParams
(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
120
function
deflateParams
(var strm: z_stream; level, strategy: Integer): Integer;
201
function
deflateParams
; external;
example.pas
298
deflateParams
(c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
305
deflateParams
(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/src/common/dist/zlib/
zconf.h
58
# define
deflateParams
z_deflateParams
gzwrite.c
589
deflateParams
(strm, level, strategy);
zlib.h
708
ZEXTERN int ZEXPORT
deflateParams
(z_streamp strm,
724
If a deflate(strm, Z_BLOCK) is performed by
deflateParams
(), and it does
726
take effect. In this case,
deflateParams
() can be called again with the
731
request until strm.avail_out is not zero, before calling
deflateParams
().
732
Then no more input data should be provided before the
deflateParams
() call.
734
compressed before
deflateParams
(), and the new level and strategy will be
735
applied to the data compressed after
deflateParams
().
737
deflateParams
returns Z_OK on success, Z_STREAM_ERROR if the source stream
742
value of Z_BUF_ERROR is not fatal, in which case
deflateParams
() can be
zconf.h.cmakein
56
# define
deflateParams
z_deflateParams
zconf.h.in
54
# define
deflateParams
z_deflateParams
deflate.c
754
int ZEXPORT
deflateParams
(z_streamp strm, int level, int strategy) {
1618
* In case
deflateParams
() is used to later switch to a non-zero compression
1716
* insert in the hash tables, in the event that
deflateParams
() switches to
/src/common/dist/zlib/contrib/delphi/
ZLib.pas
216
procedure
deflateParams
; external;
/src/common/dist/zlib/os400/
zlib.inc
353
D
deflateParams
PR 10I 0 extproc('
deflateParams
') Change level & strat
Completed in 29 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026