Home
last modified time | relevance | path

Searched refs:CMtDec (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DMtDec.h39 struct CMtDec;
180 } CMtDec; typedef
183 void MtDec_Construct(CMtDec *p);
184 void MtDec_Destruct(CMtDec *p);
192 SRes MtDec_Code(CMtDec *p);
193 Byte *MtDec_GetCrossBuff(CMtDec *p);
195 int MtDec_PrepareRead(CMtDec *p);
196 const Byte *MtDec_Read(CMtDec *p, size_t *inLim);
H A DMtDec.c159 static void MtDec_CloseThreads(CMtDec *p) in MtDec_CloseThreads()
174 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_GetError_Spec()
184 static SRes MtDec_Progress_GetError_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_Progress_GetError_Spec()
203 static void MtDec_Interrupt(CMtDec *p, UInt64 interruptIndex) in MtDec_Interrupt()
214 Byte *MtDec_GetCrossBuff(CMtDec *p) in MtDec_GetCrossBuff()
239 CMtDec *p = t->mtDec; in MtDec_ThreadFunc2()
817 CMtDec *p; in MtDec_ThreadFunc1()
849 int MtDec_PrepareRead(CMtDec *p) in MtDec_PrepareRead()
872 const Byte *MtDec_Read(CMtDec *p, size_t *inLim) in MtDec_Read()
936 void MtDec_Construct(CMtDec *
[all...]
H A DLzma2DecMt.c117 CMtDec mtc;
H A DXzDec.c1539 CMtDec mtc;

Completed in 7 milliseconds