Lines Matching refs:SRes
72 SRes codeRes;
104 SRes readRes;
415 static SRes Lzma2DecMt_MtCallback_PreCode(void *pp, unsigned coderIndex) in Lzma2DecMt_MtCallback_PreCode()
455 static SRes Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Code()
484 SRes res = Lzma2Dec_DecodeToDic(&t->dec, in Lzma2DecMt_MtCallback_Code()
528 static SRes Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Write()
610 static SRes Lzma2Dec_Prepare_ST(CLzma2DecMt *p) in Lzma2Dec_Prepare_ST()
636 static SRes Lzma2Dec_Decode_ST(CLzma2DecMt *p in Lzma2Dec_Decode_ST()
676 SRes res; in Lzma2Dec_Decode_ST()
747 SRes res2; in Lzma2Dec_Decode_ST()
801 SRes Lzma2DecMt_Decode(CLzma2DecMtHandle pp, in Lzma2DecMt_Decode()
911 SRes res = MtDec_Code(&p->mtc); in Lzma2DecMt_Decode()
952 SRes res = Lzma2Dec_Decode_ST(p in Lzma2DecMt_Decode()
983 SRes Lzma2DecMt_Init(CLzma2DecMtHandle pp, in Lzma2DecMt_Init()
1018 SRes Lzma2DecMt_Read(CLzma2DecMtHandle pp, in Lzma2DecMt_Read()
1024 SRes readRes; in Lzma2DecMt_Read()
1049 SRes res; in Lzma2DecMt_Read()