Searched refs:dictionary (Results 1 – 5 of 5) sorted by relevance
140 - Variable dictionary size (up to 1 GB)191 The maximum value for dictionary size is 1 GB = 2^30 bytes.193 For decompressing file compressed by LZMA method with dictionary218 Memory requirements depend from dictionary size240 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)328 LZMA Decoder uses dictionary buffer and internal state structure.413 - LZMA dictionary (dictionary size is encoded in LZMA properties header)419 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties
311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument313 const Bytef *dictionary;321 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||328 strm->adler = adler32(strm->adler, dictionary, dictLength);333 dictionary += dictLength - length; /* use the tail of the dictionary */335 zmemcpy(s->window, dictionary, length);
528 const Bytef *dictionary,
228 a dictionary compression algorithm that provides a high compression237 a dictionary compression algorithm that provides a high compression
356 Build configuration values (from `.config`) may be accessed via the dictionary