Lines Matching defs:CLzmaDec
13 but memory usage for CLzmaDec::probs will be doubled in that case */
74 } CLzmaDec;
79 void LzmaDec_Init(CLzmaDec *p);
140 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);
141 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc);
143 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);
144 void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc);
150 You must work with CLzmaDec variables directly in this interface.
161 use data from CLzmaDec::dic and update CLzmaDec::dicPos
169 The decoding to internal dictionary buffer (CLzmaDec::dic).
170 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!
188 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
197 to work with CLzmaDec variables manually.
205 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,