Home
last modified time | relevance | path

Searched refs:inflateSetDictionary (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c324 ret = inflateSetDictionary(&strm, in, 1); in inf()
327 ret = inflateSetDictionary(&strm, out, 0); in inf()
331 ret = inflateSetDictionary(&strm, out, 0); in inf()
362 ret = inflateSetDictionary(&strm, Z_NULL, 0); in cover_support()
426 ret = inflateSetDictionary(&strm, dict, 257); in cover_wrap()
H A Dexample.c470 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary, in test_dict_inflate()
/freebsd/lib/libz/
H A DSymbol.map97 inflateSetDictionary;
/freebsd/sys/contrib/zlib/
H A Dzconf.h134 # define inflateSetDictionary z_inflateSetDictionary macro
558 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzconf.h.in123 # define inflateSetDictionary z_inflateSetDictionary macro
536 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h888 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp strm,
H A Dinflate.c1298 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary() function
H A DChangeLog358 - Allow deflateSetDictionary, inflateSetDictionary at any time (in raw)
838 - Allow inflateSetDictionary() call for raw inflate
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c477 … ret = inflateSetDictionary(&inf, (const z_Bytef*)dictBuffer, dictBufferSize); in BMK_benchMem()
509 … ret = inflateSetDictionary(&inf, (const z_Bytef*) dictBuffer, dictBufferSize); in BMK_benchMem()
H A Dexample.c549 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
H A Dexample_original.c541 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md137 - inflateSetDictionary
H A Dzstd_zlibwrapper.c705 return inflateSetDictionary(strm, dictionary, dictLength); in z_inflateSetDictionary()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c1590 r = inflateSetDictionary(&cab->stream, in cab_read_ahead_cfdata_deflate()