OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deflateSetDictionary
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
116
function
deflateSetDictionary
(var strm: z_stream; const dictionary: PChar;
205
function
deflateSetDictionary
; external;
/src/common/dist/zlib/
deflate.c
552
int ZEXPORT
deflateSetDictionary
(z_streamp strm, const Bytef *dictionary,
zconf.h
63
# define
deflateSetDictionary
z_deflateSetDictionary
/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
).
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026