Searched refs:CLzmaEncProps (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/common/lzma/ |
H A D | LzmaEnc.h | 32 } CLzmaEncProps; typedef 34 extern void LzmaEncProps_Init(CLzmaEncProps *p); 35 void LzmaEncProps_Normalize(CLzmaEncProps *p); 36 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2); 55 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props); 74 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
H A D | LzmaEnc.c | 50 void LzmaEncProps_Init(CLzmaEncProps *p) in LzmaEncProps_Init() 58 void LzmaEncProps_Normalize(CLzmaEncProps *p) in LzmaEncProps_Normalize() 75 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() 77 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize() 411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() 414 CLzmaEncProps props = *props2; in LzmaEnc_SetProps() 1706 CLzmaEncProps props; in LzmaEnc_Construct() 2261 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
|
/titanic_44/usr/src/cmd/lofiadm/ |
H A D | main.c | 220 CLzmaEncProps props; in lzma_compress()
|