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

/illumos-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,

Completed in 57 milliseconds