Lines Matching refs:SRes
56 static SRes LimitedSeqInStream_Read(const ISeqInStream *pp, void *data, size_t *size) in LimitedSeqInStream_Read()
60 SRes res = SZ_OK; in LimitedSeqInStream_Read()
92 static SRes Lzma2EncInt_InitStream(CLzma2EncInt *p, const CLzma2EncProps *props) in Lzma2EncInt_InitStream()
114 SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, ISeqInStream *inStream, UInt32 keepWindowSize,
116 SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen,
118 SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, BoolInt reInit,
129 static SRes Lzma2EncInt_EncodeSubblock(CLzma2EncInt *p, Byte *outBuf, in Lzma2EncInt_EncodeSubblock()
137 SRes res; in Lzma2EncInt_EncodeSubblock()
347 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress()
465 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) in Lzma2Enc_SetProps()
497 static SRes Lzma2Enc_EncodeMt1( in Lzma2Enc_EncodeMt1()
547 SRes res = SZ_OK; in Lzma2Enc_EncodeMt1()
657 static SRes Lzma2Enc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex, in Lzma2Enc_MtCallback_Code()
662 SRes res; in Lzma2Enc_MtCallback_Code()
695 static SRes Lzma2Enc_MtCallback_Write(void *pp, unsigned outBufIndex) in Lzma2Enc_MtCallback_Write()
716 SRes Lzma2Enc_Encode2(CLzma2EncHandle pp, in Lzma2Enc_Encode2()
787 SRes res = MtCoder_Code(&p->mtCoder); in Lzma2Enc_Encode2()