Searched defs:dictionary (Results 1 – 5 of 5) sorted by relevance
43 struct dictionary { struct54 * How full dictionary is. This is used to detect corrupt input that argument63 * End of the dictionary buffer. In multi-call mode, this is argument70 * Size of the dictionary as specified in Block Header. This is used argument77 * Maximum allowed dictionary size in multi-call mode. argument83 * Amount of memory currently allocated for the dictionary. argument87 uint32_t allocated;90 enum xz_mode mode;
192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local776 const char *dictionary, int dictSize) in LZ4_loadDict()
565 const char *dictionary, int dictSize) in LZ4_setStreamDecode()
627 const char *dictionary, in LZ4_loadDictHC()
102 const uint8_t *dictionary; member