Home
last modified time | relevance | path

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

/third_party/lzma/C/
DMtDec.h180 } 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);
DMtDec.c167 static void MtDec_CloseThreads(CMtDec *p) in MtDec_CloseThreads()
201 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_GetError_Spec()
211 static SRes MtDec_Progress_GetError_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interrupt… in MtDec_Progress_GetError_Spec()
230 static void MtDec_Interrupt(CMtDec *p, UInt64 interruptIndex) in MtDec_Interrupt()
241 Byte *MtDec_GetCrossBuff(CMtDec *p) in MtDec_GetCrossBuff()
266 CMtDec *p = t->mtDec; in ThreadFunc2()
844 CMtDec *p; in ThreadFunc1()
876 int MtDec_PrepareRead(CMtDec *p) in MtDec_PrepareRead()
899 const Byte *MtDec_Read(CMtDec *p, size_t *inLim) in MtDec_Read()
963 void MtDec_Construct(CMtDec *p) in MtDec_Construct()
[all …]
DLzma2DecMt.c117 CMtDec mtc;
DXzDec.c1506 CMtDec mtc;