Searched refs:deflateSetDictionary (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/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 | 334 return deflateSetDictionary(strm, dictionary, dictLength); in z_deflateSetDictionary()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h | 62 # define deflateSetDictionary z_deflateSetDictionary macro
|
| H A D | zlib.h | 611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
|
| H A D | zconf.h.in | 56 # define deflateSetDictionary z_deflateSetDictionary macro
|
| H A D | ChangeLog | 255 - 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 D | deflate.c | 379 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() function
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 314 … 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 D | example_original.c | 488 err = deflateSetDictionary(&c_stream,
|
| H A D | example.c | 496 err = deflateSetDictionary(&c_stream,
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 471 err = deflateSetDictionary(&c_stream,
|