Searched refs:deflateSetDictionary (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libz/ |
H A D | Symbol.map | 52 deflateSetDictionary;
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 92 …ter `deflateInit()`or `deflateReset()` and before `deflate()` or `deflateSetDictionary()`. The fun… 131 - deflateSetDictionary
|
H A D | zstd_zlibwrapper.c | 343 return deflateSetDictionary(strm, dictionary, dictLength); in z_deflateSetDictionary()
|
/freebsd/sys/contrib/zlib/ |
H A D | zconf.h | 70 # define deflateSetDictionary z_deflateSetDictionary macro
|
H A D | zlib.h | 611 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
|
H A D | zconf.h.in | 59 # define deflateSetDictionary z_deflateSetDictionary macro
|
H A D | ChangeLog | 358 - 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 D | deflate.c | 550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() function
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | zwrapbench.c | 329 … 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 D | example.c | 496 err = deflateSetDictionary(&c_stream,
|
H A D | example_original.c | 488 err = deflateSetDictionary(&c_stream,
|
/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 419 err = deflateSetDictionary(&c_stream, in test_dict_deflate()
|