Lines Matching refs:SRes
48 SRes res;
73 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, const ILookInStream … in SzDecodePpmd()
78 SRes res = SZ_OK; in SzDecodePpmd()
134 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStr… in SzDecodeLzma()
138 SRes res = SZ_OK; in SzDecodeLzma()
194 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inSt… in SzDecodeLzma2()
198 SRes res = SZ_OK; in SzDecodeLzma2()
253 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy()
299 static SRes CheckSupportedFolder(const CSzFolder *f) in CheckSupportedFolder()
370 static SRes SzFolder_Decode2(const CSzFolder *folder, in SzFolder_Decode2()
549 SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, in SzAr_DecodeFolder()
554 SRes res; in SzAr_DecodeFolder()