Home
last modified time | relevance | path

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

/freebsd/lib/libz/
H A DSymbol.map65 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.h82 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h618 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
H A Dzconf.h.in63 # define deflateSetDictionary z_deflateSetDictionary macro
H A DChangeLog409 - Allow deflateSetDictionary, inflateSetDictionary at any time (in raw)
720 - Fix deflateSetDictionary() to use all 32K for output consistency
732 - Fix typos in zlib.h comments for deflateSetDictionary()
857 - Note in zlib.h how much deflateSetDictionary() actually uses
1401 - add advice in zlib.h for best usage of deflateSetDictionary
H A Ddeflate.c559 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() function
/freebsd/sys/contrib/zlib/test/
H A Dexample.c425 err = deflateSetDictionary(&c_stream, in test_dict_deflate()