Lines Matching defs:CLzmaDec
15 but memory usage for CLzmaDec::probs will be doubled in that case */
69 } CLzmaDec;
73 void LzmaDec_Init(CLzmaDec *p);
134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
138 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
144 You must work with CLzmaDec variables directly in this interface.
155 use data from CLzmaDec::dic and update CLzmaDec::dicPos
163 The decoding to internal dictionary buffer (CLzmaDec::dic).
164 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!
181 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
190 to work with CLzmaDec variables manually.
198 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,