Searched refs:dicBufSize (Results 1 – 2 of 2) sorted by relevance
145 SizeT dicBufSize = p->dicBufSize; in LzmaDec_DecodeReal() local405 if (pos + curLen <= dicBufSize) in LzmaDec_DecodeReal()426 if (++pos == dicBufSize) in LzmaDec_DecodeReal()460 SizeT dicBufSize = p->dicBufSize; in LzmaDec_WriteRem() local876 if (p->dicPos == p->dicBufSize) in LzmaDec_DecodeToBuf()881 outSizeCur = p->dicBufSize; in LzmaDec_DecodeToBuf()976 SizeT dicBufSize; in LzmaDec_Allocate() local979 dicBufSize = propNew.dicSize; in LzmaDec_Allocate()980 if (p->dic == 0 || dicBufSize != p->dicBufSize) in LzmaDec_Allocate()990 p->dicBufSize = dicBufSize; in LzmaDec_Allocate()[all …]
54 SizeT dicBufSize; member
Completed in 4 milliseconds