Lines Matching refs:SRes
231 SRes res;
241 static SRes MyRead(void *pp, void *data, size_t *size) in MyRead()
349 SRes result;
411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps()
1630 static SRes CheckErrors(CLzmaEnc *p) in CheckErrors()
1643 static SRes Flush(CLzmaEnc *p, UInt32 nowPos) in Flush()
1753 static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 maxPackSize, UInt32 maxUnpackS… in LzmaEnc_CodeOneBlock()
1918 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Alloc()
2041 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *all… in LzmaEnc_AllocAndInit()
2058 static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, ISeqOutStream *outStream, in LzmaEnc_Prepare()
2067 SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, in LzmaEnc_PrepareForLzma2()
2083 SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, in LzmaEnc_MemPrepare()
2138 SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, in LzmaEnc_CodeOneMemBlock()
2143 SRes res; in LzmaEnc_CodeOneMemBlock()
2172 SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressP… in LzmaEnc_Encode()
2176 SRes res = SZ_OK; in LzmaEnc_Encode()
2206 SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) in LzmaEnc_WriteProperties()
2235 SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, in LzmaEnc_MemEncode()
2238 SRes res; in LzmaEnc_MemEncode()
2260 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, in LzmaEncode()
2265 SRes res; in LzmaEncode()