Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libz/
HDSymbol.map52 deflateSetDictionary;
/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/
HDREADME.md92 …ter `deflateInit()`or `deflateReset()` and before `deflate()` or `deflateSetDictionary()`. The fun…
131 - deflateSetDictionary
HDzstd_zlibwrapper.c343 return deflateSetDictionary(strm, dictionary, dictLength); in z_deflateSetDictionary()
/freebsd-14-stable/sys/contrib/zlib/
HDzconf.h70 # define deflateSetDictionary z_deflateSetDictionary macro
HDzlib.h611 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
HDzconf.h.in59 # define deflateSetDictionary z_deflateSetDictionary macro
HDChangeLog358 - 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
HDdeflate.c550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() function
/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/examples/
HDzwrapbench.c329 … ret = deflateSetDictionary(&def, (const z_Bytef*)dictBuffer, dictBufferSize); in BMK_benchMem()
361 … ret = deflateSetDictionary(&def, (const z_Bytef*)dictBuffer, dictBufferSize); in BMK_benchMem()
HDexample.c496 err = deflateSetDictionary(&c_stream,
HDexample_original.c488 err = deflateSetDictionary(&c_stream,
/freebsd-14-stable/sys/contrib/zlib/test/
HDexample.c419 err = deflateSetDictionary(&c_stream, in test_dict_deflate()