Lines Matching refs:SRes
49 static SRes Lzma2EncInt_Init(CLzma2EncInt *p, const CLzma2EncProps *props) in Lzma2EncInt_Init()
62 SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, ISeqInStream *inStream, UInt32 keepWindowSize,
64 SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen,
66 SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit,
74 static SRes Lzma2EncInt_EncodeSubblock(CLzma2EncInt *p, Byte *outBuf, in Lzma2EncInt_EncodeSubblock()
82 SRes res; in Lzma2EncInt_EncodeSubblock()
252 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress()
280 static SRes Lzma2Enc_EncodeMt1(CLzma2EncInt *p, CLzma2Enc *mainEncoder, in Lzma2Enc_EncodeMt1()
284 SRes res = SZ_OK; in Lzma2Enc_EncodeMt1()
326 static SRes MtCallbackImp_Code(void *pp, unsigned index, Byte *dest, size_t *destSize, in MtCallbackImp_Code()
333 SRes res = SZ_OK; in MtCallbackImp_Code()
427 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) in Lzma2Enc_SetProps()
450 SRes Lzma2Enc_Encode(CLzma2EncHandle pp, in Lzma2Enc_Encode()