Lines Matching refs:SRes
51 SRes res;
76 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, const ILookInStream … in SzDecodePpmd()
81 SRes res = SZ_OK; in SzDecodePpmd()
141 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStr… in SzDecodeLzma()
145 SRes res = SZ_OK; in SzDecodeLzma()
201 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inSt… in SzDecodeLzma2()
205 SRes res = SZ_OK; in SzDecodeLzma2()
260 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy()
306 static SRes CheckSupportedFolder(const CSzFolder *f) in CheckSupportedFolder()
379 static SRes SzFolder_Decode2(const CSzFolder *folder, in SzFolder_Decode2()
558 SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, in SzAr_DecodeFolder()
563 SRes res; in SzAr_DecodeFolder()