Searched refs:CLzmaEncProps (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.h32 } CLzmaEncProps; typedef in typeref:struct:_CLzmaEncProps
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 DLzmaEnc.c50 void LzmaEncProps_Init(CLzmaEncProps *p)
58 void LzmaEncProps_Normalize(CLzmaEncProps *p)
75 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
77 CLzmaEncProps props = *props2;
411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
414 CLzmaEncProps props = *props2;
1706 CLzmaEncProps props;
2261 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/opensolaris-onvv-gate/usr/src/cmd/lofiadm/
H A Dmain.c211 CLzmaEncProps props;

Completed in 70 milliseconds