Searched defs:dictionary (Results 1 – 5 of 5) sorted by relevance
44 struct dictionary { struct55 * How full dictionary is. This is used to detect corrupt input that argument64 * End of the dictionary buffer. In multi-call mode, this is argument71 * Size of the dictionary as specified in Block Header. This is used argument78 * Maximum allowed dictionary size in multi-call mode. argument84 * Amount of memory currently allocated for the dictionary. argument88 uint32_t allocated;91 enum xz_mode mode;
192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local776 const char *dictionary, int dictSize) in LZ4_loadDict()
554 const char *dictionary, int dictSize) in LZ4_setStreamDecode()
626 const char *dictionary, in LZ4_loadDictHC()
102 const uint8_t *dictionary; member