Home
last modified time | relevance | path

Searched refs:LzmaEnc_SetProps (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h55 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
H A DLzmaEnc.c411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() function
1708 LzmaEnc_SetProps(p, &props); in LzmaEnc_Construct()
2269 res = LzmaEnc_SetProps(p, props); in LzmaEncode()