Searched refs:Lzma2Enc_SetProps (Results 1 – 4 of 4) sorted by relevance
43 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
465 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) in Lzma2Enc_SetProps() function
736 RINOK(Lzma2Enc_SetProps(lzmaf->lzma2, &props->lzma2Props)); in Xz_CompressBlock()
70 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props)); in SetCoderProperties()