Searched refs:Lzma2Enc_SetProps (Results 1 – 4 of 4) sorted by relevance
38 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
427 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) in Lzma2Enc_SetProps() function
404 RINOK(Lzma2Enc_SetProps(lzmaf->lzma2, props->lzma2Props)); in Xz_Compress()
68 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props)); in SetCoderProperties()