Home
last modified time | relevance | path

Searched refs:deflateSetDictionary (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md92 …ter `deflateInit()`or `deflateReset()` and before `deflate()` or `deflateSetDictionary()`. The fun…
131 - deflateSetDictionary
H A Dzstd_zlibwrapper.c334 return deflateSetDictionary(strm, dictionary, dictLength); in z_deflateSetDictionary()
/f-stack/freebsd/contrib/zlib/
H A Dzconf.h62 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
H A Dzconf.h.in56 # define deflateSetDictionary z_deflateSetDictionary macro
H A DChangeLog255 - Allow deflateSetDictionary, inflateSetDictionary at any time (in raw)
566 - Fix deflateSetDictionary() to use all 32K for output consistency
578 - Fix typos in zlib.h comments for deflateSetDictionary()
703 - Note in zlib.h how much deflateSetDictionary() actually uses
1247 - add advice in zlib.h for best usage of deflateSetDictionary
H A Ddeflate.c379 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() function
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c314 … ret = deflateSetDictionary(&def, (const z_Bytef*)dictBuffer, dictBufferSize); in BMK_benchMem()
346 … ret = deflateSetDictionary(&def, (const z_Bytef*)dictBuffer, dictBufferSize); in BMK_benchMem()
H A Dexample_original.c488 err = deflateSetDictionary(&c_stream,
H A Dexample.c496 err = deflateSetDictionary(&c_stream,
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c471 err = deflateSetDictionary(&c_stream,