Searched refs:inflateSetDictionary (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/zlib/test/ |
H A D | infcover.c | 324 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 D | example.c | 470 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary, in test_dict_inflate()
|
/freebsd/lib/libz/ |
H A D | Symbol.map | 97 inflateSetDictionary;
|
/freebsd/sys/contrib/zlib/ |
H A D | zconf.h | 134 # define inflateSetDictionary z_inflateSetDictionary macro 558 #pragma map(inflateSetDictionary,"INSEDI")
|
H A D | zconf.h.in | 123 # define inflateSetDictionary z_inflateSetDictionary macro 536 #pragma map(inflateSetDictionary,"INSEDI")
|
H A D | zlib.h | 888 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp strm,
|
H A D | inflate.c | 1298 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary() function
|
H A D | ChangeLog | 358 - Allow deflateSetDictionary, inflateSetDictionary at any time (in raw) 838 - Allow inflateSetDictionary() call for raw inflate
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | zwrapbench.c | 477 … 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 D | example.c | 549 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
|
H A D | example_original.c | 541 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 137 - inflateSetDictionary
|
H A D | zstd_zlibwrapper.c | 705 return inflateSetDictionary(strm, dictionary, dictLength); in z_inflateSetDictionary()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_cab.c | 1590 r = inflateSetDictionary(&cab->stream, in cab_read_ahead_cfdata_deflate()
|