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 dictEnd = dictionary + dictPtr->dictSize; in LZ4_compress_generic() local 776 LZ4_loadDict(LZ4_stream_t * LZ4_dict,const char * dictionary,int dictSize) LZ4_loadDict() argument [all...]
565 LZ4_setStreamDecode(LZ4_streamDecode_t * LZ4_streamDecode,const char * dictionary,int dictSize) LZ4_setStreamDecode() argument
627 LZ4_loadDictHC(LZ4_streamHC_t * LZ4_streamHCPtr,const char * dictionary,int dictSize) LZ4_loadDictHC() argument
102 const uint8_t *dictionary; member [all...]