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