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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaEnc.h50 } CLzmaEncProps; typedef in typeref:struct:_CLzmaEncProps
52 void LzmaEncProps_Init(CLzmaEncProps *p);
53 void LzmaEncProps_Normalize(CLzmaEncProps *p);
54 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
73 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
92 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,

Completed in 239 milliseconds