Searched refs:dict (Results 1 – 1 of 1) sorted by relevance
1907 LZ4_stream_t_internal *dict = &LZ4_dict->internal_donotuse; in LZ4_loadDict() local1927 dict->currentOffset += 64 KB; in LZ4_loadDict()1936 base = dictEnd - dict->currentOffset; in LZ4_loadDict()1937 dict->dictionary = p; in LZ4_loadDict()1938 dict->dictSize = (U32)(dictEnd - p); in LZ4_loadDict()1939 dict->tableType = (U32)tableType; in LZ4_loadDict()1943 LZ4_putPosition(p, dict->hashTable, tableType, base); in LZ4_loadDict()1947 return (int)dict->dictSize; in LZ4_loadDict()2128 LZ4_stream_t_internal *const dict = &LZ4_dict->internal_donotuse; in LZ4_saveDict() local2129 const BYTE *const previousDictEnd = dict->dictionary + dict->dictSize; in LZ4_saveDict()[all …]