Searched refs:dicSize (Results 1 – 6 of 6) sorted by relevance
528 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()529 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()550 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()557 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()558 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()998 UInt32 dicSize; in LzmaProps_Decode() local1004 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24); in LzmaProps_Decode()1006 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()1007 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()1008 p->dicSize = dicSize; in LzmaProps_Decode()[all …]
29 UInt32 dicSize; member
530 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()531 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()552 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()559 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()560 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()1000 UInt32 dicSize; in LzmaProps_Decode() local1006 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24); in LzmaProps_Decode()1008 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()1009 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()1010 p->dicSize = dicSize; in LzmaProps_Decode()[all …]