Searched defs:CLzmaDec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h11 but memory usage for CLzmaDec::probs will be doubled in that case */
65 } CLzmaDec; typedef in typeref:struct:__anon1987
69 void LzmaDec_Init(CLzmaDec *p);
130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
140 You must work with CLzmaDec variables directly in this interface.
151 use data from CLzmaDec::dic and update CLzmaDec
[all...]

Completed in 55 milliseconds