Searched defs:dictionary (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 44 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 D | inflate.c | 1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
| H A D | deflate.c | 379 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 D | example_original.c | 51 const char dictionary[] = "hello"; variable
|
| H A D | example.c | 56 const char dictionary[] = "hello, hello!"; variable
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 34 static const char dictionary[] = "hello"; variable
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 329 const Bytef *dictionary, in z_deflateSetDictionary() 685 const Bytef *dictionary, in z_inflateSetDictionary() 1000 Bytef *dictionary, in z_inflateGetDictionary()
|