Home
last modified time | relevance | path

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

/freebsd/lib/libz/
H A DSymbol.map52 deflateSetDictionary;
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md92 …ter `deflateInit()`or `deflateReset()` and before `deflate()` or `deflateSetDictionary()`. The fun…
131 - deflateSetDictionary
H A Dzstd_zlibwrapper.c343 return deflateSetDictionary(strm, dictionary, dictLength); in z_deflateSetDictionary()
/freebsd/sys/contrib/zlib/
H A Dzconf.h70 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h611 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
H A Dzconf.h.in59 # define deflateSetDictionary z_deflateSetDictionary macro
H A DChangeLog358 - Allow deflateSetDictionary, inflateSetDictionary at any time (in raw)
669 - Fix deflateSetDictionary() to use all 32K for output consistency
681 - Fix typos in zlib.h comments for deflateSetDictionary()
806 - Note in zlib.h how much deflateSetDictionary() actually uses
1350 - add advice in zlib.h for best usage of deflateSetDictionary
H A Ddeflate.c550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() function
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c329 … ret = deflateSetDictionary(&def, (const z_Bytef*)dictBuffer, dictBufferSize); in BMK_benchMem()
361 … ret = deflateSetDictionary(&def, (const z_Bytef*)dictBuffer, dictBufferSize); in BMK_benchMem()
H A Dexample.c496 err = deflateSetDictionary(&c_stream,
H A Dexample_original.c488 err = deflateSetDictionary(&c_stream,
/freebsd/sys/contrib/zlib/test/
H A Dexample.c419 err = deflateSetDictionary(&c_stream, in test_dict_deflate()