Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c44 struct dictionary { struct
55 * How full dictionary is. This is used to detect corrupt input that argument
64 * End of the dictionary buffer. In multi-call mode, this is argument
71 * Size of the dictionary as specified in Block Header. This is used argument
78 * Maximum allowed dictionary size in multi-call mode. argument
84 * Amount of memory currently allocated for the dictionary. argument
88 uint32_t allocated;
91 enum xz_mode mode;
/f-stack/freebsd/contrib/zlib/
H A Dinflate.c1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
H A Ddeflate.c379 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
448 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c51 const char dictionary[] = "hello"; variable
H A Dexample.c56 const char dictionary[] = "hello, hello!"; variable
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c34 static const char dictionary[] = "hello"; variable
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c329 const Bytef *dictionary, in z_deflateSetDictionary()
685 const Bytef *dictionary, in z_inflateSetDictionary()
1000 Bytef *dictionary, in z_inflateGetDictionary()