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()
608 static SRes Lzma2Dec_Prepare_ST(CLzma2DecMt *p) in Lzma2Dec_Prepare_ST()
634 static SRes Lzma2Dec_Decode_ST(CLzma2DecMt *p in Lzma2Dec_Decode_ST()
674 SRes res; in Lzma2Dec_Decode_ST()
745 SRes res2; in Lzma2Dec_Decode_ST()
799 SRes Lzma2DecMt_Decode(CLzma2DecMtHandle pp, in Lzma2DecMt_Decode()
908 SRes res = MtDec_Code(&p->mtc); in Lzma2DecMt_Decode()
949 SRes res = Lzma2Dec_Decode_ST(p in Lzma2DecMt_Decode()
975 SRes Lzma2DecMt_Init(CLzma2DecMtHandle pp, in Lzma2DecMt_Init()
1010 SRes Lzma2DecMt_Read(CLzma2DecMtHandle pp, in Lzma2DecMt_Read()
1016 SRes readRes; in Lzma2DecMt_Read()
1041 SRes res; in Lzma2DecMt_Read()