Home
last modified time | relevance | path

Searched refs:inflateGetDictionary (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map81 inflateGetDictionary;
H A Dzconf.h115 # define inflateGetDictionary z_inflateGetDictionary macro
H A Dzlib.h908 ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm,
H A Dzconf.h.in109 # define inflateGetDictionary z_inflateGetDictionary macro
H A Dinflate.c1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() function
H A DChangeLog68 - Add inflateGetDictionary() function
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md155 - inflateGetDictionary
H A Dzstd_zlibwrapper.c1004 return inflateGetDictionary(strm, dictionary, dictLength); in z_inflateGetDictionary()