OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deflateSetDictionary
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/net/
zlib.h
72
# define
deflateSetDictionary
z_deflateSetDictionary
744
ZEXTERN int ZEXPORT
deflateSetDictionary
(z_streamp, const Bytef *, uInt);
771
deflateSetDictionary
returns Z_OK if success, or Z_STREAM_ERROR if a
774
or if the compression method is bsort).
deflateSetDictionary
does not
870
dictionary (see
deflateSetDictionary
).
zlib.c
898
int ZEXPORT
deflateSetDictionary
(z_streamp strm,
/src/common/dist/zlib/contrib/ada/
zlib-thin.ads
133
function
deflateSetDictionary
392
pragma Import (C,
deflateSetDictionary
, "
deflateSetDictionary
");
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
116
function
deflateSetDictionary
(var strm: z_stream; const dictionary: PChar;
205
function
deflateSetDictionary
; external;
example.pas
461
err :=
deflateSetDictionary
(c_stream, dictionary, StrLen(dictionary));
462
CHECK_ERR(err, '
deflateSetDictionary
');
/src/common/dist/zlib/
zconf.h
63
# define
deflateSetDictionary
z_deflateSetDictionary
zconf.h.in
59
# define
deflateSetDictionary
z_deflateSetDictionary
zlib.h
613
ZEXTERN int ZEXPORT
deflateSetDictionary
(z_streamp strm,
650
deflateSetDictionary
returns Z_OK if success, or Z_STREAM_ERROR if a
653
or if not at a block boundary for raw deflate).
deflateSetDictionary
does
899
deflateSetDictionary
). For raw inflate, this function can be called at any
zconf.h.cmakein
61
# define
deflateSetDictionary
z_deflateSetDictionary
deflate.c
552
int ZEXPORT
deflateSetDictionary
(z_streamp strm, const Bytef *dictionary,
/src/common/dist/zlib/examples/
gzappend.c
370
deflateSetDictionary
(strm, window, have);
gzlog.c
638
deflateSetDictionary
(&strm, buf, (uint)dict);
/src/common/dist/zlib/test/
example.c
419
err =
deflateSetDictionary
(&c_stream,
421
CHECK_ERR(err, "
deflateSetDictionary
");
/src/common/dist/zlib/os400/
zlib.inc
340
D
deflateSetDictionary
...
341
D PR 10I 0 extproc('
deflateSetDictionary
') Init. dictionary
Completed in 32 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025